Shades of Bronze Olive #554803
Tints of Bronze Olive #554803
RGB
CMYK
RGB Variations
Color information
#554803 (or 0x554803) is known color: Bronze Olive. HEX triplet: 55, 48 and 03. RGB value is (85,72,3). Sum of RGB (Red+Green+Blue) = 85+72+3=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #554803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554803 is #AAB7FC. Grayscale: #444444. Windows color (decimal): -11188221 or 215125. OLE color: 215125.
HSL color Cylindrical-coordinate representation of color #554803: hue angle of 50.49º 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 #554803 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 3 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.67 |
| HSL | 50.49º | 0.93% | 0.17% | - |
| HSV(B) | 50.49º | 0.96% | 0.33% | - |
| XYZ | 6.08 | 6.57 | 1.03 | - |
| YUV | 68.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 3 | 0 | 0.15 | 0.96 | 0.67 | 50.49 | 0.93 | 0.17 |
| Hex | 55 | 48 | 3 | 0 | F | 60 | 43 | 32 | 5D | 11 |
| Octal | 125 | 110 | 3 | 0 | 17 | 140 | 103 | 62 | 135 | 21 |
| Binary | 1010101 | 1001000 | 11 | 0 | 1111 | 1100000 | 1000011 | 110010 | 1011101 | 10001 |
Color Harmonies of #554803
Complementary color
Monochromatic Colors of #554803
Black with #554803
Text Example
Text Example
White with #554803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554803; }
p { color: rgb(85,72,3); }
H1.HeaderClassName
{
color: #554803;
}
.AnyTagClassName
{
color: #554803;
}
</style>
background-color css
<style>
a { background-color: #554803; }
a { background-color: rgb(85,72,3); }
div.DivClassName
{
background-color: #554803;
}
.BgClassName
{
background-color: #554803;
}
</style>
border-color css
<style>
span { border-color: #554803; }
span { border-color: rgb(85,72,3); }
td.TdClassName
{
border-color: #554803;
}
.TagClassName
{
border-color: #554803;
}
</style>