Shades of Bronze Olive #554D03
Tints of Bronze Olive #554D03
RGB
CMYK
RGB Variations
Color information
#554D03 (or 0x554D03) is known color: Bronze Olive. HEX triplet: 55, 4D and 03. RGB value is (85,77,3). Sum of RGB (Red+Green+Blue) = 85+77+3=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #554D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D03 is #AAB2FC. Grayscale: #474747. Windows color (decimal): -11186941 or 216405. OLE color: 216405.
HSL color Cylindrical-coordinate representation of color #554D03: hue angle of 54.15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #554D03 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 3 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.67 |
| HSL | 54.15º | 0.93% | 0.17% | - |
| HSV(B) | 54.15º | 0.96% | 0.33% | - |
| XYZ | 6.42 | 7.25 | 1.15 | - |
| YUV | 70.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 3 | 0 | 0.09 | 0.96 | 0.67 | 54.15 | 0.93 | 0.17 |
| Hex | 55 | 4D | 3 | 0 | 9 | 60 | 43 | 36 | 5D | 11 |
| Octal | 125 | 115 | 3 | 0 | 11 | 140 | 103 | 66 | 135 | 21 |
| Binary | 1010101 | 1001101 | 11 | 0 | 1001 | 1100000 | 1000011 | 110110 | 1011101 | 10001 |
Color Harmonies of #554D03
Complementary color
Monochromatic Colors of #554D03
Black with #554D03
Text Example
Text Example
White with #554D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D03; }
p { color: rgb(85,77,3); }
H1.HeaderClassName
{
color: #554D03;
}
.AnyTagClassName
{
color: #554D03;
}
</style>
background-color css
<style>
a { background-color: #554D03; }
a { background-color: rgb(85,77,3); }
div.DivClassName
{
background-color: #554D03;
}
.BgClassName
{
background-color: #554D03;
}
</style>
border-color css
<style>
span { border-color: #554D03; }
span { border-color: rgb(85,77,3); }
td.TdClassName
{
border-color: #554D03;
}
.TagClassName
{
border-color: #554D03;
}
</style>