Shades of Bronze Olive #554D20
Tints of Bronze Olive #554D20
RGB
CMYK
RGB Variations
Color information
#554D20 (or 0x554D20) is known color: Bronze Olive. HEX triplet: 55, 4D and 20. RGB value is (85,77,32). Sum of RGB (Red+Green+Blue) = 85+77+32=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D20 is #AAB2DF. Grayscale: #4A4A4A. Windows color (decimal): -11186912 or 2116949. OLE color: 2116949.
HSL color Cylindrical-coordinate representation of color #554D20: hue angle of 50.94º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554D20 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 32 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.67 |
| HSL | 50.94º | 0.45% | 0.23% | - |
| HSV(B) | 50.94º | 0.62% | 0.33% | - |
| XYZ | 6.66 | 7.34 | 2.43 | - |
| YUV | 74.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 32 | 0 | 0.09 | 0.62 | 0.67 | 50.94 | 0.45 | 0.23 |
| Hex | 55 | 4D | 20 | 0 | 9 | 3E | 43 | 33 | 2D | 17 |
| Octal | 125 | 115 | 40 | 0 | 11 | 76 | 103 | 63 | 55 | 27 |
| Binary | 1010101 | 1001101 | 100000 | 0 | 1001 | 111110 | 1000011 | 110011 | 101101 | 10111 |
Color Harmonies of #554D20
Complementary color
Monochromatic Colors of #554D20
Black with #554D20
Text Example
Text Example
White with #554D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D20; }
p { color: rgb(85,77,32); }
H1.HeaderClassName
{
color: #554D20;
}
.AnyTagClassName
{
color: #554D20;
}
</style>
background-color css
<style>
a { background-color: #554D20; }
a { background-color: rgb(85,77,32); }
div.DivClassName
{
background-color: #554D20;
}
.BgClassName
{
background-color: #554D20;
}
</style>
border-color css
<style>
span { border-color: #554D20; }
span { border-color: rgb(85,77,32); }
td.TdClassName
{
border-color: #554D20;
}
.TagClassName
{
border-color: #554D20;
}
</style>