#59493C

Color #59493C Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #59493C

Tints of Rock #59493C

Color information

#59493C (or 0x59493C) is unknown color: approx Rock. HEX triplet: 59, 49 and 3C. RGB value is (89,73,60). Sum of RGB (Red+Green+Blue) = 89+73+60=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #59493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493C is #A6B6C3. Grayscale: #4C4C4C. Windows color (decimal): -10925764 or 3950937. OLE color: 3950937.

HSL color Cylindrical-coordinate representation of color #59493C: hue angle of 26.9º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59493C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB897360-
CMYK00.180.330.65
HSL26.9º19.46%29.22%-
HSV(B)26.9º32.58%34.9%-
XYZ7.327.225.28-
YUV76.3118.8137.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=40.09%
G=32.88%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89736000.180.330.6526.919.4629.22
Hex59493C01221411b131d
Octal1311117402241101332335
Binary101100110010011111000100101000011000001110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59493C; }

 p { color: rgb(89,73,60); }

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

<style>
 a { background-color: #59493C; }

 a { background-color: rgb(89,73,60); }

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

<style>
 span { border-color: #59493C; }

 span { border-color: rgb(89,73,60); }

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