Shades of Bronze Olive #555121
Tints of Bronze Olive #555121
RGB
CMYK
RGB Variations
Color information
#555121 (or 0x555121) is known color: Bronze Olive. HEX triplet: 55, 51 and 21. RGB value is (85,81,33). Sum of RGB (Red+Green+Blue) = 85+81+33=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #555121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555121 is #AAAEDE. Grayscale: #4C4C4C. Windows color (decimal): -11185887 or 2183509. OLE color: 2183509.
HSL color Cylindrical-coordinate representation of color #555121: hue angle of 55.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555121 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 33 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.67 |
| HSL | 55.38º | 0.44% | 0.23% | - |
| HSV(B) | 55.38º | 0.61% | 0.33% | - |
| XYZ | 6.96 | 7.93 | 2.6 | - |
| YUV | 76.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 33 | 0 | 0.05 | 0.61 | 0.67 | 55.38 | 0.44 | 0.23 |
| Hex | 55 | 51 | 21 | 0 | 5 | 3D | 43 | 37 | 2C | 17 |
| Octal | 125 | 121 | 41 | 0 | 5 | 75 | 103 | 67 | 54 | 27 |
| Binary | 1010101 | 1010001 | 100001 | 0 | 101 | 111101 | 1000011 | 110111 | 101100 | 10111 |
Color Harmonies of #555121
Complementary color
Monochromatic Colors of #555121
Black with #555121
Text Example
Text Example
White with #555121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555121; }
p { color: rgb(85,81,33); }
H1.HeaderClassName
{
color: #555121;
}
.AnyTagClassName
{
color: #555121;
}
</style>
background-color css
<style>
a { background-color: #555121; }
a { background-color: rgb(85,81,33); }
div.DivClassName
{
background-color: #555121;
}
.BgClassName
{
background-color: #555121;
}
</style>
border-color css
<style>
span { border-color: #555121; }
span { border-color: rgb(85,81,33); }
td.TdClassName
{
border-color: #555121;
}
.TagClassName
{
border-color: #555121;
}
</style>