Shades of Bronze Olive #554D16
Tints of Bronze Olive #554D16
RGB
CMYK
RGB Variations
Color information
#554D16 (or 0x554D16) is known color: Bronze Olive. HEX triplet: 55, 4D and 16. RGB value is (85,77,22). Sum of RGB (Red+Green+Blue) = 85+77+22=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D16 is #AAB2E9. Grayscale: #494949. Windows color (decimal): -11186922 or 1461589. OLE color: 1461589.
HSL color Cylindrical-coordinate representation of color #554D16: hue angle of 52.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #554D16 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 22 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.67 |
| HSL | 52.38º | 0.59% | 0.21% | - |
| HSV(B) | 52.38º | 0.74% | 0.33% | - |
| XYZ | 6.55 | 7.3 | 1.82 | - |
| YUV | 73.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 22 | 0 | 0.09 | 0.74 | 0.67 | 52.38 | 0.59 | 0.21 |
| Hex | 55 | 4D | 16 | 0 | 9 | 4A | 43 | 34 | 3B | 15 |
| Octal | 125 | 115 | 26 | 0 | 11 | 112 | 103 | 64 | 73 | 25 |
| Binary | 1010101 | 1001101 | 10110 | 0 | 1001 | 1001010 | 1000011 | 110100 | 111011 | 10101 |
Color Harmonies of #554D16
Complementary color
Monochromatic Colors of #554D16
Black with #554D16
Text Example
Text Example
White with #554D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D16; }
p { color: rgb(85,77,22); }
H1.HeaderClassName
{
color: #554D16;
}
.AnyTagClassName
{
color: #554D16;
}
</style>
background-color css
<style>
a { background-color: #554D16; }
a { background-color: rgb(85,77,22); }
div.DivClassName
{
background-color: #554D16;
}
.BgClassName
{
background-color: #554D16;
}
</style>
border-color css
<style>
span { border-color: #554D16; }
span { border-color: rgb(85,77,22); }
td.TdClassName
{
border-color: #554D16;
}
.TagClassName
{
border-color: #554D16;
}
</style>