Shades of Bronze Olive #554C16
Tints of Bronze Olive #554C16
RGB
CMYK
RGB Variations
Color information
#554C16 (or 0x554C16) is known color: Bronze Olive. HEX triplet: 55, 4C and 16. RGB value is (85,76,22). Sum of RGB (Red+Green+Blue) = 85+76+22=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C16 is #AAB3E9. Grayscale: #484848. Windows color (decimal): -11187178 or 1461333. OLE color: 1461333.
HSL color Cylindrical-coordinate representation of color #554C16: hue angle of 51.43º 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 #554C16 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 22 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.67 |
| HSL | 51.43º | 0.59% | 0.21% | - |
| HSV(B) | 51.43º | 0.74% | 0.33% | - |
| XYZ | 6.48 | 7.16 | 1.8 | - |
| YUV | 72.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 22 | 0 | 0.11 | 0.74 | 0.67 | 51.43 | 0.59 | 0.21 |
| Hex | 55 | 4C | 16 | 0 | B | 4A | 43 | 33 | 3B | 15 |
| Octal | 125 | 114 | 26 | 0 | 13 | 112 | 103 | 63 | 73 | 25 |
| Binary | 1010101 | 1001100 | 10110 | 0 | 1011 | 1001010 | 1000011 | 110011 | 111011 | 10101 |
Color Harmonies of #554C16
Complementary color
Monochromatic Colors of #554C16
Black with #554C16
Text Example
Text Example
White with #554C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C16; }
p { color: rgb(85,76,22); }
H1.HeaderClassName
{
color: #554C16;
}
.AnyTagClassName
{
color: #554C16;
}
</style>
background-color css
<style>
a { background-color: #554C16; }
a { background-color: rgb(85,76,22); }
div.DivClassName
{
background-color: #554C16;
}
.BgClassName
{
background-color: #554C16;
}
</style>
border-color css
<style>
span { border-color: #554C16; }
span { border-color: rgb(85,76,22); }
td.TdClassName
{
border-color: #554C16;
}
.TagClassName
{
border-color: #554C16;
}
</style>