Shades of Bronze Olive #554D15
Tints of Bronze Olive #554D15
RGB
CMYK
RGB Variations
Color information
#554D15 (or 0x554D15) is known color: Bronze Olive. HEX triplet: 55, 4D and 15. RGB value is (85,77,21). Sum of RGB (Red+Green+Blue) = 85+77+21=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #554D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D15 is #AAB2EA. Grayscale: #494949. Windows color (decimal): -11186923 or 1396053. OLE color: 1396053.
HSL color Cylindrical-coordinate representation of color #554D15: hue angle of 52.5º 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 #554D15 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 21 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.67 |
| HSL | 52.5º | 0.6% | 0.21% | - |
| HSV(B) | 52.5º | 0.75% | 0.33% | - |
| XYZ | 6.54 | 7.29 | 1.77 | - |
| YUV | 73.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 21 | 0 | 0.09 | 0.75 | 0.67 | 52.5 | 0.6 | 0.21 |
| Hex | 55 | 4D | 15 | 0 | 9 | 4B | 43 | 34 | 3C | 15 |
| Octal | 125 | 115 | 25 | 0 | 11 | 113 | 103 | 64 | 74 | 25 |
| Binary | 1010101 | 1001101 | 10101 | 0 | 1001 | 1001011 | 1000011 | 110100 | 111100 | 10101 |
Color Harmonies of #554D15
Complementary color
Monochromatic Colors of #554D15
Black with #554D15
Text Example
Text Example
White with #554D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D15; }
p { color: rgb(85,77,21); }
H1.HeaderClassName
{
color: #554D15;
}
.AnyTagClassName
{
color: #554D15;
}
</style>
background-color css
<style>
a { background-color: #554D15; }
a { background-color: rgb(85,77,21); }
div.DivClassName
{
background-color: #554D15;
}
.BgClassName
{
background-color: #554D15;
}
</style>
border-color css
<style>
span { border-color: #554D15; }
span { border-color: rgb(85,77,21); }
td.TdClassName
{
border-color: #554D15;
}
.TagClassName
{
border-color: #554D15;
}
</style>