Shades of Rock #574C42
Tints of Rock #574C42
RGB
CMYK
RGB Variations
Color information
#574C42 (or 0x574C42) is known color: Rock. HEX triplet: 57, 4C and 42. RGB value is (87,76,66). Sum of RGB (Red+Green+Blue) = 87+76+66=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C42 is #A8B3BD. Grayscale: #4E4E4E. Windows color (decimal): -11056062 or 4344919. OLE color: 4344919.
HSL color Cylindrical-coordinate representation of color #574C42: hue angle of 28.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #574C42 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 76 | 66 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.66 |
| HSL | 28.57º | 0.14% | 0.3% | - |
| HSV(B) | 28.57º | 0.24% | 0.34% | - |
| XYZ | 7.5 | 7.59 | 6.22 | - |
| YUV | 78.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 66 | 0 | 0.13 | 0.24 | 0.66 | 28.57 | 0.14 | 0.3 |
| Hex | 57 | 4C | 42 | 0 | D | 18 | 42 | 1D | E | 1E |
| Octal | 127 | 114 | 102 | 0 | 15 | 30 | 102 | 35 | 16 | 36 |
| Binary | 1010111 | 1001100 | 1000010 | 0 | 1101 | 11000 | 1000010 | 11101 | 1110 | 11110 |
Color Harmonies of #574C42
Complementary color
Monochromatic Colors of #574C42
Black with #574C42
Text Example
Text Example
White with #574C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C42; }
p { color: rgb(87,76,66); }
H1.HeaderClassName
{
color: #574C42;
}
.AnyTagClassName
{
color: #574C42;
}
</style>
background-color css
<style>
a { background-color: #574C42; }
a { background-color: rgb(87,76,66); }
div.DivClassName
{
background-color: #574C42;
}
.BgClassName
{
background-color: #574C42;
}
</style>
border-color css
<style>
span { border-color: #574C42; }
span { border-color: rgb(87,76,66); }
td.TdClassName
{
border-color: #574C42;
}
.TagClassName
{
border-color: #574C42;
}
</style>