Shades of Rock #594E44
Tints of Rock #594E44
RGB
CMYK
RGB Variations
Color information
#594E44 (or 0x594E44) is known color: Rock. HEX triplet: 59, 4E and 44. RGB value is (89,78,68). Sum of RGB (Red+Green+Blue) = 89+78+68=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E44 is #A6B1BB. Grayscale: #505050. Windows color (decimal): -10924476 or 4476505. OLE color: 4476505.
HSL color Cylindrical-coordinate representation of color #594E44: hue angle of 28.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594E44 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 68 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.65 |
| HSL | 28.57º | 0.13% | 0.31% | - |
| HSV(B) | 28.57º | 0.24% | 0.35% | - |
| XYZ | 7.89 | 7.99 | 6.6 | - |
| YUV | 80.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 68 | 0 | 0.12 | 0.24 | 0.65 | 28.57 | 0.13 | 0.31 |
| Hex | 59 | 4E | 44 | 0 | C | 18 | 41 | 1D | D | 1F |
| Octal | 131 | 116 | 104 | 0 | 14 | 30 | 101 | 35 | 15 | 37 |
| Binary | 1011001 | 1001110 | 1000100 | 0 | 1100 | 11000 | 1000001 | 11101 | 1101 | 11111 |
Color Harmonies of #594E44
Complementary color
Monochromatic Colors of #594E44
Black with #594E44
Text Example
Text Example
White with #594E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E44; }
p { color: rgb(89,78,68); }
H1.HeaderClassName
{
color: #594E44;
}
.AnyTagClassName
{
color: #594E44;
}
</style>
background-color css
<style>
a { background-color: #594E44; }
a { background-color: rgb(89,78,68); }
div.DivClassName
{
background-color: #594E44;
}
.BgClassName
{
background-color: #594E44;
}
</style>
border-color css
<style>
span { border-color: #594E44; }
span { border-color: rgb(89,78,68); }
td.TdClassName
{
border-color: #594E44;
}
.TagClassName
{
border-color: #594E44;
}
</style>