Shades of Bronze Olive #554903
Tints of Bronze Olive #554903
RGB
CMYK
RGB Variations
Color information
#554903 (or 0x554903) is known color: Bronze Olive. HEX triplet: 55, 49 and 03. RGB value is (85,73,3). Sum of RGB (Red+Green+Blue) = 85+73+3=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554903 is #AAB6FC. Grayscale: #444444. Windows color (decimal): -11187965 or 215381. OLE color: 215381.
HSL color Cylindrical-coordinate representation of color #554903: hue angle of 51.22º 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 #554903 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 3 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.67 |
| HSL | 51.22º | 0.93% | 0.17% | - |
| HSV(B) | 51.22º | 0.96% | 0.33% | - |
| XYZ | 6.15 | 6.7 | 1.06 | - |
| YUV | 68.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 3 | 0 | 0.14 | 0.96 | 0.67 | 51.22 | 0.93 | 0.17 |
| Hex | 55 | 49 | 3 | 0 | E | 60 | 43 | 33 | 5D | 11 |
| Octal | 125 | 111 | 3 | 0 | 16 | 140 | 103 | 63 | 135 | 21 |
| Binary | 1010101 | 1001001 | 11 | 0 | 1110 | 1100000 | 1000011 | 110011 | 1011101 | 10001 |
Color Harmonies of #554903
Complementary color
Monochromatic Colors of #554903
Black with #554903
Text Example
Text Example
White with #554903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554903; }
p { color: rgb(85,73,3); }
H1.HeaderClassName
{
color: #554903;
}
.AnyTagClassName
{
color: #554903;
}
</style>
background-color css
<style>
a { background-color: #554903; }
a { background-color: rgb(85,73,3); }
div.DivClassName
{
background-color: #554903;
}
.BgClassName
{
background-color: #554903;
}
</style>
border-color css
<style>
span { border-color: #554903; }
span { border-color: rgb(85,73,3); }
td.TdClassName
{
border-color: #554903;
}
.TagClassName
{
border-color: #554903;
}
</style>