Shades of Bronze Olive #554D10
Tints of Bronze Olive #554D10
RGB
CMYK
RGB Variations
Color information
#554D10 (or 0x554D10) is known color: Bronze Olive. HEX triplet: 55, 4D and 10. RGB value is (85,77,16). Sum of RGB (Red+Green+Blue) = 85+77+16=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D10 is #AAB2EF. Grayscale: #484848. Windows color (decimal): -11186928 or 1068373. OLE color: 1068373.
HSL color Cylindrical-coordinate representation of color #554D10: hue angle of 53.04º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #554D10 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 16 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.67 |
| HSL | 53.04º | 0.68% | 0.2% | - |
| HSV(B) | 53.04º | 0.81% | 0.33% | - |
| XYZ | 6.49 | 7.28 | 1.55 | - |
| YUV | 72.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 16 | 0 | 0.09 | 0.81 | 0.67 | 53.04 | 0.68 | 0.2 |
| Hex | 55 | 4D | 10 | 0 | 9 | 51 | 43 | 35 | 44 | 14 |
| Octal | 125 | 115 | 20 | 0 | 11 | 121 | 103 | 65 | 104 | 24 |
| Binary | 1010101 | 1001101 | 10000 | 0 | 1001 | 1010001 | 1000011 | 110101 | 1000100 | 10100 |
Color Harmonies of #554D10
Complementary color
Monochromatic Colors of #554D10
Black with #554D10
Text Example
Text Example
White with #554D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D10; }
p { color: rgb(85,77,16); }
H1.HeaderClassName
{
color: #554D10;
}
.AnyTagClassName
{
color: #554D10;
}
</style>
background-color css
<style>
a { background-color: #554D10; }
a { background-color: rgb(85,77,16); }
div.DivClassName
{
background-color: #554D10;
}
.BgClassName
{
background-color: #554D10;
}
</style>
border-color css
<style>
span { border-color: #554D10; }
span { border-color: rgb(85,77,16); }
td.TdClassName
{
border-color: #554D10;
}
.TagClassName
{
border-color: #554D10;
}
</style>