Shades of Bronze Olive #554E15
Tints of Bronze Olive #554E15
RGB
CMYK
RGB Variations
Color information
#554E15 (or 0x554E15) is known color: Bronze Olive. HEX triplet: 55, 4E and 15. RGB value is (85,78,21). Sum of RGB (Red+Green+Blue) = 85+78+21=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E15 is #AAB1EA. Grayscale: #494949. Windows color (decimal): -11186667 or 1396309. OLE color: 1396309.
HSL color Cylindrical-coordinate representation of color #554E15: hue angle of 53.44º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554E15 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 21 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.67 |
| HSL | 53.44º | 0.6% | 0.21% | - |
| HSV(B) | 53.44º | 0.75% | 0.33% | - |
| XYZ | 6.61 | 7.43 | 1.8 | - |
| YUV | 73.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 21 | 0 | 0.08 | 0.75 | 0.67 | 53.44 | 0.6 | 0.21 |
| Hex | 55 | 4E | 15 | 0 | 8 | 4B | 43 | 35 | 3C | 15 |
| Octal | 125 | 116 | 25 | 0 | 10 | 113 | 103 | 65 | 74 | 25 |
| Binary | 1010101 | 1001110 | 10101 | 0 | 1000 | 1001011 | 1000011 | 110101 | 111100 | 10101 |
Color Harmonies of #554E15
Complementary color
Monochromatic Colors of #554E15
Black with #554E15
Text Example
Text Example
White with #554E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E15; }
p { color: rgb(85,78,21); }
H1.HeaderClassName
{
color: #554E15;
}
.AnyTagClassName
{
color: #554E15;
}
</style>
background-color css
<style>
a { background-color: #554E15; }
a { background-color: rgb(85,78,21); }
div.DivClassName
{
background-color: #554E15;
}
.BgClassName
{
background-color: #554E15;
}
</style>
border-color css
<style>
span { border-color: #554E15; }
span { border-color: rgb(85,78,21); }
td.TdClassName
{
border-color: #554E15;
}
.TagClassName
{
border-color: #554E15;
}
</style>