Shades of Rock #594D40
Tints of Rock #594D40
RGB
CMYK
RGB Variations
Color information
#594D40 (or 0x594D40) is known color: 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
| RGB | 89 | 77 | 64 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.65 |
| HSL | 31.2º | 0.16% | 0.3% | - |
| HSV(B) | 31.2º | 0.28% | 0.35% | - |
| XYZ | 7.7 | 7.8 | 5.95 | - |
| YUV | 79.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 64 | 0 | 0.13 | 0.28 | 0.65 | 31.2 | 0.16 | 0.3 |
| Hex | 59 | 4D | 40 | 0 | D | 1C | 41 | 1F | 10 | 1E |
| Octal | 131 | 115 | 100 | 0 | 15 | 34 | 101 | 37 | 20 | 36 |
| Binary | 1011001 | 1001101 | 1000000 | 0 | 1101 | 11100 | 1000001 | 11111 | 10000 | 11110 |
Color Harmonies of #594D40
Complementary color
Monochromatic Colors of #594D40
Black with #594D40
Text Example
Text Example
White with #594D40
Text Example
Text Example
HTML Codes & Css Web 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>