Shades of Bronze Olive #554D14
Tints of Bronze Olive #554D14
RGB
CMYK
RGB Variations
Color information
#554D14 (or 0x554D14) is known color: Bronze Olive. HEX triplet: 55, 4D and 14. RGB value is (85,77,20). Sum of RGB (Red+Green+Blue) = 85+77+20=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D14 is #AAB2EB. Grayscale: #494949. Windows color (decimal): -11186924 or 1330517. OLE color: 1330517.
HSL color Cylindrical-coordinate representation of color #554D14: hue angle of 52.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #554D14 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 20 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.67 |
| HSL | 52.62º | 0.62% | 0.21% | - |
| HSV(B) | 52.62º | 0.76% | 0.33% | - |
| XYZ | 6.53 | 7.29 | 1.72 | - |
| YUV | 72.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 20 | 0 | 0.09 | 0.76 | 0.67 | 52.62 | 0.62 | 0.21 |
| Hex | 55 | 4D | 14 | 0 | 9 | 4C | 43 | 35 | 3E | 15 |
| Octal | 125 | 115 | 24 | 0 | 11 | 114 | 103 | 65 | 76 | 25 |
| Binary | 1010101 | 1001101 | 10100 | 0 | 1001 | 1001100 | 1000011 | 110101 | 111110 | 10101 |
Color Harmonies of #554D14
Complementary color
Monochromatic Colors of #554D14
Black with #554D14
Text Example
Text Example
White with #554D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D14; }
p { color: rgb(85,77,20); }
H1.HeaderClassName
{
color: #554D14;
}
.AnyTagClassName
{
color: #554D14;
}
</style>
background-color css
<style>
a { background-color: #554D14; }
a { background-color: rgb(85,77,20); }
div.DivClassName
{
background-color: #554D14;
}
.BgClassName
{
background-color: #554D14;
}
</style>
border-color css
<style>
span { border-color: #554D14; }
span { border-color: rgb(85,77,20); }
td.TdClassName
{
border-color: #554D14;
}
.TagClassName
{
border-color: #554D14;
}
</style>