#93593B

Color #93593B Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #93593B

Tints of Rope #93593B

Color information

#93593B (or 0x93593B) is unknown color: approx Rope. HEX triplet: 93, 59 and 3B. RGB value is (147,89,59). Sum of RGB (Red+Green+Blue) = 147+89+59=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93593B is #6CA6C4. Grayscale: #676767. Windows color (decimal): -7120581 or 3889555. OLE color: 3889555.

HSL color Cylindrical-coordinate representation of color #93593B: hue angle of 20.45º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93593B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1478959-
CMYK00.390.600.42
HSL20.45º42.72%40.39%-
HSV(B)20.45º59.86%57.65%-
XYZ16.3913.665.91-
YUV102.92103.22159.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 59 (23.44% from 255) = 20%
R=49.83%
G=30.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147895900.390.600.4220.4542.7240.39
Hex93593B0273C2A142b28
Octal223131730477452245350
Binary100100111011001111011010011111110010101010100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93593B; }

 p { color: rgb(147,89,59); }

 H1.HeaderClassName
 {
   color: #93593B;
 }
 .AnyTagClassName
 {
   color: #93593B;
 }
</style>
background-color css

<style>
 a { background-color: #93593B; }

 a { background-color: rgb(147,89,59); }

 div.DivClassName
 {
   background-color: #93593B;
 }
 .BgClassName
 {
   background-color: #93593B;
 }
</style>
border-color css

<style>
 span { border-color: #93593B; }

 span { border-color: rgb(147,89,59); }

 td.TdClassName
 {
   border-color: #93593B;
 }
 .TagClassName
 {
   border-color: #93593B;
 }
</style>