#594D40

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

Shades of Rock #594D40

Tints of Rock #594D40

Color information

#594D40 (or 0x594D40) is unknown color: approx Rock. HEX triplet: 59, 4D and 40. RGB value is (89,77,64). Sum of RGB (Red+Green+Blue) = 89+77+64=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #594D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D40 is #A6B2BF. Grayscale: #4F4F4F. Windows color (decimal): -10924736 or 4214105. OLE color: 4214105.

HSL color Cylindrical-coordinate representation of color #594D40: hue angle of 31.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #594D40 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB897764-
CMYK00.130.280.65
HSL31.2º16.34%30%-
HSV(B)31.2º28.09%34.9%-
XYZ7.77.85.95-
YUV79.11119.48135.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=38.70%
G=33.48%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89776400.130.280.6531.216.3430
Hex594D400D1C411f101e
Octal13111510001534101372036
Binary10110011001101100000001101111001000001111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594D40; }

 p { color: rgb(89,77,64); }

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

<style>
 a { background-color: #594D40; }

 a { background-color: rgb(89,77,64); }

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

<style>
 span { border-color: #594D40; }

 span { border-color: rgb(89,77,64); }

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