Shades of Bronze Olive #554A03
Tints of Bronze Olive #554A03
RGB
CMYK
RGB Variations
Color information
#554A03 (or 0x554A03) is known color: Bronze Olive. HEX triplet: 55, 4A and 03. RGB value is (85,74,3). Sum of RGB (Red+Green+Blue) = 85+74+3=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A03 is #AAB5FC. Grayscale: #454545. Windows color (decimal): -11187709 or 215637. OLE color: 215637.
HSL color Cylindrical-coordinate representation of color #554A03: hue angle of 51.95º 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 #554A03 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 3 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.67 |
| HSL | 51.95º | 0.93% | 0.17% | - |
| HSV(B) | 51.95º | 0.96% | 0.33% | - |
| XYZ | 6.21 | 6.84 | 1.08 | - |
| YUV | 69.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 3 | 0 | 0.13 | 0.96 | 0.67 | 51.95 | 0.93 | 0.17 |
| Hex | 55 | 4A | 3 | 0 | D | 60 | 43 | 34 | 5D | 11 |
| Octal | 125 | 112 | 3 | 0 | 15 | 140 | 103 | 64 | 135 | 21 |
| Binary | 1010101 | 1001010 | 11 | 0 | 1101 | 1100000 | 1000011 | 110100 | 1011101 | 10001 |
Color Harmonies of #554A03
Complementary color
Monochromatic Colors of #554A03
Black with #554A03
Text Example
Text Example
White with #554A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A03; }
p { color: rgb(85,74,3); }
H1.HeaderClassName
{
color: #554A03;
}
.AnyTagClassName
{
color: #554A03;
}
</style>
background-color css
<style>
a { background-color: #554A03; }
a { background-color: rgb(85,74,3); }
div.DivClassName
{
background-color: #554A03;
}
.BgClassName
{
background-color: #554A03;
}
</style>
border-color css
<style>
span { border-color: #554A03; }
span { border-color: rgb(85,74,3); }
td.TdClassName
{
border-color: #554A03;
}
.TagClassName
{
border-color: #554A03;
}
</style>