Shades of Bronze Olive #554A16
Tints of Bronze Olive #554A16
RGB
CMYK
RGB Variations
Color information
#554A16 (or 0x554A16) is known color: Bronze Olive. HEX triplet: 55, 4A and 16. RGB value is (85,74,22). Sum of RGB (Red+Green+Blue) = 85+74+22=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A16 is #AAB5E9. Grayscale: #474747. Windows color (decimal): -11187690 or 1460821. OLE color: 1460821.
HSL color Cylindrical-coordinate representation of color #554A16: hue angle of 49.52º 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 #554A16 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 22 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.67 |
| HSL | 49.52º | 0.59% | 0.21% | - |
| HSV(B) | 49.52º | 0.74% | 0.33% | - |
| XYZ | 6.34 | 6.89 | 1.75 | - |
| YUV | 71.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 22 | 0 | 0.13 | 0.74 | 0.67 | 49.52 | 0.59 | 0.21 |
| Hex | 55 | 4A | 16 | 0 | D | 4A | 43 | 32 | 3B | 15 |
| Octal | 125 | 112 | 26 | 0 | 15 | 112 | 103 | 62 | 73 | 25 |
| Binary | 1010101 | 1001010 | 10110 | 0 | 1101 | 1001010 | 1000011 | 110010 | 111011 | 10101 |
Color Harmonies of #554A16
Complementary color
Monochromatic Colors of #554A16
Black with #554A16
Text Example
Text Example
White with #554A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A16; }
p { color: rgb(85,74,22); }
H1.HeaderClassName
{
color: #554A16;
}
.AnyTagClassName
{
color: #554A16;
}
</style>
background-color css
<style>
a { background-color: #554A16; }
a { background-color: rgb(85,74,22); }
div.DivClassName
{
background-color: #554A16;
}
.BgClassName
{
background-color: #554A16;
}
</style>
border-color css
<style>
span { border-color: #554A16; }
span { border-color: rgb(85,74,22); }
td.TdClassName
{
border-color: #554A16;
}
.TagClassName
{
border-color: #554A16;
}
</style>