#594C41

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

Shades of Rock #594C41

Tints of Rock #594C41

Color information

#594C41 (or 0x594C41) is unknown color: approx Rock. HEX triplet: 59, 4C and 41. RGB value is (89,76,65). Sum of RGB (Red+Green+Blue) = 89+76+65=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #594C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C41 is #A6B3BE. Grayscale: #4E4E4E. Windows color (decimal): -10924991 or 4279385. OLE color: 4279385.

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

Color convert

RGB897665-
CMYK00.150.270.65
HSL27.5º15.58%30.2%-
HSV(B)27.5º26.97%34.9%-
XYZ7.667.676.08-
YUV78.63120.31135.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=38.70%
G=33.04%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89766500.150.270.6527.515.5830.2
Hex594C410F1B411c101e
Octal13111410101733101342036
Binary10110011001100100000101111110111000001111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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