Shades of Rock #57493D
Tints of Rock #57493D
RGB
CMYK
RGB Variations
Color information
#57493D (or 0x57493D) is known color: Rock. HEX triplet: 57, 49 and 3D. RGB value is (87,73,61). Sum of RGB (Red+Green+Blue) = 87+73+61=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #57493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493D is #A8B6C2. Grayscale: #4B4B4B. Windows color (decimal): -11056835 or 4016471. OLE color: 4016471.
HSL color Cylindrical-coordinate representation of color #57493D: hue angle of 27.69º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57493D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 61 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.66 |
| HSL | 27.69º | 0.18% | 0.29% | - |
| HSV(B) | 27.69º | 0.3% | 0.34% | - |
| XYZ | 7.16 | 7.13 | 5.41 | - |
| YUV | 75.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 61 | 0 | 0.16 | 0.30 | 0.66 | 27.69 | 0.18 | 0.29 |
| Hex | 57 | 49 | 3D | 0 | 10 | 1E | 42 | 1C | 12 | 1D |
| Octal | 127 | 111 | 75 | 0 | 20 | 36 | 102 | 34 | 22 | 35 |
| Binary | 1010111 | 1001001 | 111101 | 0 | 10000 | 11110 | 1000010 | 11100 | 10010 | 11101 |
Color Harmonies of #57493D
Complementary color
Monochromatic Colors of #57493D
Black with #57493D
Text Example
Text Example
White with #57493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57493D; }
p { color: rgb(87,73,61); }
H1.HeaderClassName
{
color: #57493D;
}
.AnyTagClassName
{
color: #57493D;
}
</style>
background-color css
<style>
a { background-color: #57493D; }
a { background-color: rgb(87,73,61); }
div.DivClassName
{
background-color: #57493D;
}
.BgClassName
{
background-color: #57493D;
}
</style>
border-color css
<style>
span { border-color: #57493D; }
span { border-color: rgb(87,73,61); }
td.TdClassName
{
border-color: #57493D;
}
.TagClassName
{
border-color: #57493D;
}
</style>