Shades of Rock #55493F
Tints of Rock #55493F
RGB
CMYK
RGB Variations
Color information
#55493F (or 0x55493F) is known color: Rock. HEX triplet: 55, 49 and 3F. RGB value is (85,73,63). Sum of RGB (Red+Green+Blue) = 85+73+63=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #55493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493F is #AAB6C0. Grayscale: #4B4B4B. Windows color (decimal): -11187905 or 4147541. OLE color: 4147541.
HSL color Cylindrical-coordinate representation of color #55493F: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55493F is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 63 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.67 |
| HSL | 27.27º | 0.15% | 0.29% | - |
| HSV(B) | 27.27º | 0.26% | 0.33% | - |
| XYZ | 7.03 | 7.06 | 5.69 | - |
| YUV | 75.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 63 | 0 | 0.14 | 0.26 | 0.67 | 27.27 | 0.15 | 0.29 |
| Hex | 55 | 49 | 3F | 0 | E | 1A | 43 | 1B | F | 1D |
| Octal | 125 | 111 | 77 | 0 | 16 | 32 | 103 | 33 | 17 | 35 |
| Binary | 1010101 | 1001001 | 111111 | 0 | 1110 | 11010 | 1000011 | 11011 | 1111 | 11101 |
Color Harmonies of #55493F
Complementary color
Monochromatic Colors of #55493F
Black with #55493F
Text Example
Text Example
White with #55493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55493F; }
p { color: rgb(85,73,63); }
H1.HeaderClassName
{
color: #55493F;
}
.AnyTagClassName
{
color: #55493F;
}
</style>
background-color css
<style>
a { background-color: #55493F; }
a { background-color: rgb(85,73,63); }
div.DivClassName
{
background-color: #55493F;
}
.BgClassName
{
background-color: #55493F;
}
</style>
border-color css
<style>
span { border-color: #55493F; }
span { border-color: rgb(85,73,63); }
td.TdClassName
{
border-color: #55493F;
}
.TagClassName
{
border-color: #55493F;
}
</style>