Shades of Bronze Olive #555024
Tints of Bronze Olive #555024
RGB
CMYK
RGB Variations
Color information
#555024 (or 0x555024) is known color: Bronze Olive. HEX triplet: 55, 50 and 24. RGB value is (85,80,36). Sum of RGB (Red+Green+Blue) = 85+80+36=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555024 is #AAAFDB. Grayscale: #4C4C4C. Windows color (decimal): -11186140 or 2379861. OLE color: 2379861.
HSL color Cylindrical-coordinate representation of color #555024: hue angle of 53.88º 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 #555024 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 36 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.67 |
| HSL | 53.88º | 0.4% | 0.24% | - |
| HSV(B) | 53.88º | 0.58% | 0.33% | - |
| XYZ | 6.93 | 7.8 | 2.81 | - |
| YUV | 76.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 36 | 0 | 0.06 | 0.58 | 0.67 | 53.88 | 0.4 | 0.24 |
| Hex | 55 | 50 | 24 | 0 | 6 | 3A | 43 | 36 | 28 | 18 |
| Octal | 125 | 120 | 44 | 0 | 6 | 72 | 103 | 66 | 50 | 30 |
| Binary | 1010101 | 1010000 | 100100 | 0 | 110 | 111010 | 1000011 | 110110 | 101000 | 11000 |
Color Harmonies of #555024
Complementary color
Monochromatic Colors of #555024
Black with #555024
Text Example
Text Example
White with #555024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555024; }
p { color: rgb(85,80,36); }
H1.HeaderClassName
{
color: #555024;
}
.AnyTagClassName
{
color: #555024;
}
</style>
background-color css
<style>
a { background-color: #555024; }
a { background-color: rgb(85,80,36); }
div.DivClassName
{
background-color: #555024;
}
.BgClassName
{
background-color: #555024;
}
</style>
border-color css
<style>
span { border-color: #555024; }
span { border-color: rgb(85,80,36); }
td.TdClassName
{
border-color: #555024;
}
.TagClassName
{
border-color: #555024;
}
</style>