Shades of Bronze Olive #555124
Tints of Bronze Olive #555124
RGB
CMYK
RGB Variations
Color information
#555124 (or 0x555124) is known color: Bronze Olive. HEX triplet: 55, 51 and 24. RGB value is (85,81,36). Sum of RGB (Red+Green+Blue) = 85+81+36=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #555124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555124 is #AAAEDB. Grayscale: #4D4D4D. Windows color (decimal): -11185884 or 2380117. OLE color: 2380117.
HSL color Cylindrical-coordinate representation of color #555124: hue angle of 55.1º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555124 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 36 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.67 |
| HSL | 55.1º | 0.4% | 0.24% | - |
| HSV(B) | 55.1º | 0.58% | 0.33% | - |
| XYZ | 7.01 | 7.94 | 2.83 | - |
| YUV | 77.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 36 | 0 | 0.05 | 0.58 | 0.67 | 55.1 | 0.4 | 0.24 |
| Hex | 55 | 51 | 24 | 0 | 5 | 3A | 43 | 37 | 28 | 18 |
| Octal | 125 | 121 | 44 | 0 | 5 | 72 | 103 | 67 | 50 | 30 |
| Binary | 1010101 | 1010001 | 100100 | 0 | 101 | 111010 | 1000011 | 110111 | 101000 | 11000 |
Color Harmonies of #555124
Complementary color
Monochromatic Colors of #555124
Black with #555124
Text Example
Text Example
White with #555124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555124; }
p { color: rgb(85,81,36); }
H1.HeaderClassName
{
color: #555124;
}
.AnyTagClassName
{
color: #555124;
}
</style>
background-color css
<style>
a { background-color: #555124; }
a { background-color: rgb(85,81,36); }
div.DivClassName
{
background-color: #555124;
}
.BgClassName
{
background-color: #555124;
}
</style>
border-color css
<style>
span { border-color: #555124; }
span { border-color: rgb(85,81,36); }
td.TdClassName
{
border-color: #555124;
}
.TagClassName
{
border-color: #555124;
}
</style>