Shades of Rock #56493E
Tints of Rock #56493E
RGB
CMYK
RGB Variations
Color information
#56493E (or 0x56493E) is known color: Rock. HEX triplet: 56, 49 and 3E. RGB value is (86,73,62). Sum of RGB (Red+Green+Blue) = 86+73+62=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #56493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56493E is #A9B6C1. Grayscale: #4B4B4B. Windows color (decimal): -11122370 or 4082006. OLE color: 4082006.
HSL color Cylindrical-coordinate representation of color #56493E: hue angle of 27.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56493E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 62 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.66 |
| HSL | 27.5º | 0.16% | 0.29% | - |
| HSV(B) | 27.5º | 0.28% | 0.34% | - |
| XYZ | 7.09 | 7.09 | 5.55 | - |
| YUV | 75.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 62 | 0 | 0.15 | 0.28 | 0.66 | 27.5 | 0.16 | 0.29 |
| Hex | 56 | 49 | 3E | 0 | F | 1C | 42 | 1C | 10 | 1D |
| Octal | 126 | 111 | 76 | 0 | 17 | 34 | 102 | 34 | 20 | 35 |
| Binary | 1010110 | 1001001 | 111110 | 0 | 1111 | 11100 | 1000010 | 11100 | 10000 | 11101 |
Color Harmonies of #56493E
Complementary color
Monochromatic Colors of #56493E
Black with #56493E
Text Example
Text Example
White with #56493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56493E; }
p { color: rgb(86,73,62); }
H1.HeaderClassName
{
color: #56493E;
}
.AnyTagClassName
{
color: #56493E;
}
</style>
background-color css
<style>
a { background-color: #56493E; }
a { background-color: rgb(86,73,62); }
div.DivClassName
{
background-color: #56493E;
}
.BgClassName
{
background-color: #56493E;
}
</style>
border-color css
<style>
span { border-color: #56493E; }
span { border-color: rgb(86,73,62); }
td.TdClassName
{
border-color: #56493E;
}
.TagClassName
{
border-color: #56493E;
}
</style>