Shades of Bronze Olive #555013
Tints of Bronze Olive #555013
RGB
CMYK
RGB Variations
Color information
#555013 (or 0x555013) is known color: Bronze Olive. HEX triplet: 55, 50 and 13. RGB value is (85,80,19). Sum of RGB (Red+Green+Blue) = 85+80+19=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #555013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555013 is #AAAFEC. Grayscale: #4A4A4A. Windows color (decimal): -11186157 or 1265749. OLE color: 1265749.
HSL color Cylindrical-coordinate representation of color #555013: hue angle of 55.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #555013 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 19 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.67 |
| HSL | 55.45º | 0.63% | 0.2% | - |
| HSV(B) | 55.45º | 0.78% | 0.33% | - |
| XYZ | 6.73 | 7.72 | 1.75 | - |
| YUV | 74.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 19 | 0 | 0.06 | 0.78 | 0.67 | 55.45 | 0.63 | 0.2 |
| Hex | 55 | 50 | 13 | 0 | 6 | 4E | 43 | 37 | 3F | 14 |
| Octal | 125 | 120 | 23 | 0 | 6 | 116 | 103 | 67 | 77 | 24 |
| Binary | 1010101 | 1010000 | 10011 | 0 | 110 | 1001110 | 1000011 | 110111 | 111111 | 10100 |
Color Harmonies of #555013
Complementary color
Monochromatic Colors of #555013
Black with #555013
Text Example
Text Example
White with #555013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555013; }
p { color: rgb(85,80,19); }
H1.HeaderClassName
{
color: #555013;
}
.AnyTagClassName
{
color: #555013;
}
</style>
background-color css
<style>
a { background-color: #555013; }
a { background-color: rgb(85,80,19); }
div.DivClassName
{
background-color: #555013;
}
.BgClassName
{
background-color: #555013;
}
</style>
border-color css
<style>
span { border-color: #555013; }
span { border-color: rgb(85,80,19); }
td.TdClassName
{
border-color: #555013;
}
.TagClassName
{
border-color: #555013;
}
</style>