Shades of Rock #55493E
Tints of Rock #55493E
RGB
CMYK
RGB Variations
Color information
#55493E (or 0x55493E) is known color: Rock. HEX triplet: 55, 49 and 3E. RGB value is (85,73,62). Sum of RGB (Red+Green+Blue) = 85+73+62=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #55493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493E is #AAB6C1. Grayscale: #4B4B4B. Windows color (decimal): -11187906 or 4082005. OLE color: 4082005.
HSL color Cylindrical-coordinate representation of color #55493E: hue angle of 28.7º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55493E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 62 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.67 |
| HSL | 28.7º | 0.16% | 0.29% | - |
| HSV(B) | 28.7º | 0.27% | 0.33% | - |
| XYZ | 7 | 7.04 | 5.55 | - |
| YUV | 75.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 62 | 0 | 0.14 | 0.27 | 0.67 | 28.7 | 0.16 | 0.29 |
| Hex | 55 | 49 | 3E | 0 | E | 1B | 43 | 1D | 10 | 1D |
| Octal | 125 | 111 | 76 | 0 | 16 | 33 | 103 | 35 | 20 | 35 |
| Binary | 1010101 | 1001001 | 111110 | 0 | 1110 | 11011 | 1000011 | 11101 | 10000 | 11101 |
Color Harmonies of #55493E
Complementary color
Monochromatic Colors of #55493E
Black with #55493E
Text Example
Text Example
White with #55493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55493E; }
p { color: rgb(85,73,62); }
H1.HeaderClassName
{
color: #55493E;
}
.AnyTagClassName
{
color: #55493E;
}
</style>
background-color css
<style>
a { background-color: #55493E; }
a { background-color: rgb(85,73,62); }
div.DivClassName
{
background-color: #55493E;
}
.BgClassName
{
background-color: #55493E;
}
</style>
border-color css
<style>
span { border-color: #55493E; }
span { border-color: rgb(85,73,62); }
td.TdClassName
{
border-color: #55493E;
}
.TagClassName
{
border-color: #55493E;
}
</style>