Shades of Rock #594A3C
Tints of Rock #594A3C
RGB
CMYK
RGB Variations
Color information
#594A3C (or 0x594A3C) is known color: Rock. HEX triplet: 59, 4A and 3C. RGB value is (89,74,60). Sum of RGB (Red+Green+Blue) = 89+74+60=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #594A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A3C is #A6B5C3. Grayscale: #4C4C4C. Windows color (decimal): -10925508 or 3951193. OLE color: 3951193.
HSL color Cylindrical-coordinate representation of color #594A3C: hue angle of 28.97º 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 #594A3C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 60 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.65 |
| HSL | 28.97º | 0.19% | 0.29% | - |
| HSV(B) | 28.97º | 0.33% | 0.35% | - |
| XYZ | 7.38 | 7.35 | 5.3 | - |
| YUV | 76.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 60 | 0 | 0.17 | 0.33 | 0.65 | 28.97 | 0.19 | 0.29 |
| Hex | 59 | 4A | 3C | 0 | 11 | 21 | 41 | 1D | 13 | 1D |
| Octal | 131 | 112 | 74 | 0 | 21 | 41 | 101 | 35 | 23 | 35 |
| Binary | 1011001 | 1001010 | 111100 | 0 | 10001 | 100001 | 1000001 | 11101 | 10011 | 11101 |
Color Harmonies of #594A3C
Complementary color
Monochromatic Colors of #594A3C
Black with #594A3C
Text Example
Text Example
White with #594A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A3C; }
p { color: rgb(89,74,60); }
H1.HeaderClassName
{
color: #594A3C;
}
.AnyTagClassName
{
color: #594A3C;
}
</style>
background-color css
<style>
a { background-color: #594A3C; }
a { background-color: rgb(89,74,60); }
div.DivClassName
{
background-color: #594A3C;
}
.BgClassName
{
background-color: #594A3C;
}
</style>
border-color css
<style>
span { border-color: #594A3C; }
span { border-color: rgb(89,74,60); }
td.TdClassName
{
border-color: #594A3C;
}
.TagClassName
{
border-color: #594A3C;
}
</style>