Shades of Bronze Olive #554D0E
Tints of Bronze Olive #554D0E
RGB
CMYK
RGB Variations
Color information
#554D0E (or 0x554D0E) is known color: Bronze Olive. HEX triplet: 55, 4D and 0E. RGB value is (85,77,14). Sum of RGB (Red+Green+Blue) = 85+77+14=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D0E is #AAB2F1. Grayscale: #484848. Windows color (decimal): -11186930 or 937301. OLE color: 937301.
HSL color Cylindrical-coordinate representation of color #554D0E: hue angle of 53.24º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #554D0E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 14 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.67 |
| HSL | 53.24º | 0.72% | 0.19% | - |
| HSV(B) | 53.24º | 0.84% | 0.33% | - |
| XYZ | 6.48 | 7.27 | 1.48 | - |
| YUV | 72.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 14 | 0 | 0.09 | 0.84 | 0.67 | 53.24 | 0.72 | 0.19 |
| Hex | 55 | 4D | E | 0 | 9 | 54 | 43 | 35 | 48 | 13 |
| Octal | 125 | 115 | 16 | 0 | 11 | 124 | 103 | 65 | 110 | 23 |
| Binary | 1010101 | 1001101 | 1110 | 0 | 1001 | 1010100 | 1000011 | 110101 | 1001000 | 10011 |
Color Harmonies of #554D0E
Complementary color
Monochromatic Colors of #554D0E
Black with #554D0E
Text Example
Text Example
White with #554D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D0E; }
p { color: rgb(85,77,14); }
H1.HeaderClassName
{
color: #554D0E;
}
.AnyTagClassName
{
color: #554D0E;
}
</style>
background-color css
<style>
a { background-color: #554D0E; }
a { background-color: rgb(85,77,14); }
div.DivClassName
{
background-color: #554D0E;
}
.BgClassName
{
background-color: #554D0E;
}
</style>
border-color css
<style>
span { border-color: #554D0E; }
span { border-color: rgb(85,77,14); }
td.TdClassName
{
border-color: #554D0E;
}
.TagClassName
{
border-color: #554D0E;
}
</style>