#594C40

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

Shades of Rock #594C40

Tints of Rock #594C40

Color information

#594C40 (or 0x594C40) is unknown color: approx Rock. HEX triplet: 59, 4C and 40. RGB value is (89,76,64). Sum of RGB (Red+Green+Blue) = 89+76+64=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #594C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C40 is #A6B3BF. Grayscale: #4E4E4E. Windows color (decimal): -10924992 or 4213849. OLE color: 4213849.

HSL color Cylindrical-coordinate representation of color #594C40: hue angle of 28.8º 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 #594C40 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB897664-
CMYK00.150.280.65
HSL28.8º16.34%30%-
HSV(B)28.8º28.09%34.9%-
XYZ7.637.665.93-
YUV78.52119.81135.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=38.86%
G=33.19%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89766400.150.280.6528.816.3430
Hex594C400F1C411d101e
Octal13111410001734101352036
Binary10110011001100100000001111111001000001111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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