Shades of Rock #594E43
Tints of Rock #594E43
RGB
CMYK
RGB Variations
Color information
#594E43 (or 0x594E43) is known color: Rock. HEX triplet: 59, 4E and 43. RGB value is (89,78,67). Sum of RGB (Red+Green+Blue) = 89+78+67=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E43 is #A6B1BC. Grayscale: #505050. Windows color (decimal): -10924477 or 4410969. OLE color: 4410969.
HSL color Cylindrical-coordinate representation of color #594E43: hue angle of 30º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #594E43 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 67 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.65 |
| HSL | 30º | 0.14% | 0.31% | - |
| HSV(B) | 30º | 0.25% | 0.35% | - |
| XYZ | 7.86 | 7.98 | 6.44 | - |
| YUV | 80.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 67 | 0 | 0.12 | 0.25 | 0.65 | 30 | 0.14 | 0.31 |
| Hex | 59 | 4E | 43 | 0 | C | 19 | 41 | 1E | E | 1F |
| Octal | 131 | 116 | 103 | 0 | 14 | 31 | 101 | 36 | 16 | 37 |
| Binary | 1011001 | 1001110 | 1000011 | 0 | 1100 | 11001 | 1000001 | 11110 | 1110 | 11111 |
Color Harmonies of #594E43
Complementary color
Monochromatic Colors of #594E43
Black with #594E43
Text Example
Text Example
White with #594E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E43; }
p { color: rgb(89,78,67); }
H1.HeaderClassName
{
color: #594E43;
}
.AnyTagClassName
{
color: #594E43;
}
</style>
background-color css
<style>
a { background-color: #594E43; }
a { background-color: rgb(89,78,67); }
div.DivClassName
{
background-color: #594E43;
}
.BgClassName
{
background-color: #594E43;
}
</style>
border-color css
<style>
span { border-color: #594E43; }
span { border-color: rgb(89,78,67); }
td.TdClassName
{
border-color: #594E43;
}
.TagClassName
{
border-color: #594E43;
}
</style>