Shades of Bronze Olive #554D04
Tints of Bronze Olive #554D04
RGB
CMYK
RGB Variations
Color information
#554D04 (or 0x554D04) is known color: Bronze Olive. HEX triplet: 55, 4D and 04. RGB value is (85,77,4). Sum of RGB (Red+Green+Blue) = 85+77+4=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #554D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D04 is #AAB2FB. Grayscale: #474747. Windows color (decimal): -11186940 or 281941. OLE color: 281941.
HSL color Cylindrical-coordinate representation of color #554D04: hue angle of 54.07º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554D04 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 4 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.67 |
| HSL | 54.07º | 0.91% | 0.17% | - |
| HSV(B) | 54.07º | 0.95% | 0.33% | - |
| XYZ | 6.42 | 7.25 | 1.18 | - |
| YUV | 71.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 4 | 0 | 0.09 | 0.95 | 0.67 | 54.07 | 0.91 | 0.17 |
| Hex | 55 | 4D | 4 | 0 | 9 | 5F | 43 | 36 | 5B | 11 |
| Octal | 125 | 115 | 4 | 0 | 11 | 137 | 103 | 66 | 133 | 21 |
| Binary | 1010101 | 1001101 | 100 | 0 | 1001 | 1011111 | 1000011 | 110110 | 1011011 | 10001 |
Color Harmonies of #554D04
Complementary color
Monochromatic Colors of #554D04
Black with #554D04
Text Example
Text Example
White with #554D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D04; }
p { color: rgb(85,77,4); }
H1.HeaderClassName
{
color: #554D04;
}
.AnyTagClassName
{
color: #554D04;
}
</style>
background-color css
<style>
a { background-color: #554D04; }
a { background-color: rgb(85,77,4); }
div.DivClassName
{
background-color: #554D04;
}
.BgClassName
{
background-color: #554D04;
}
</style>
border-color css
<style>
span { border-color: #554D04; }
span { border-color: rgb(85,77,4); }
td.TdClassName
{
border-color: #554D04;
}
.TagClassName
{
border-color: #554D04;
}
</style>