Shades of Bronze Olive #554C03
Tints of Bronze Olive #554C03
RGB
CMYK
RGB Variations
Color information
#554C03 (or 0x554C03) is known color: Bronze Olive. HEX triplet: 55, 4C and 03. RGB value is (85,76,3). Sum of RGB (Red+Green+Blue) = 85+76+3=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #554C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C03 is #AAB3FC. Grayscale: #464646. Windows color (decimal): -11187197 or 216149. OLE color: 216149.
HSL color Cylindrical-coordinate representation of color #554C03: hue angle of 53.41º 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 #554C03 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 3 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.67 |
| HSL | 53.41º | 0.93% | 0.17% | - |
| HSV(B) | 53.41º | 0.96% | 0.33% | - |
| XYZ | 6.35 | 7.11 | 1.12 | - |
| YUV | 70.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 3 | 0 | 0.11 | 0.96 | 0.67 | 53.41 | 0.93 | 0.17 |
| Hex | 55 | 4C | 3 | 0 | B | 60 | 43 | 35 | 5D | 11 |
| Octal | 125 | 114 | 3 | 0 | 13 | 140 | 103 | 65 | 135 | 21 |
| Binary | 1010101 | 1001100 | 11 | 0 | 1011 | 1100000 | 1000011 | 110101 | 1011101 | 10001 |
Color Harmonies of #554C03
Complementary color
Monochromatic Colors of #554C03
Black with #554C03
Text Example
Text Example
White with #554C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C03; }
p { color: rgb(85,76,3); }
H1.HeaderClassName
{
color: #554C03;
}
.AnyTagClassName
{
color: #554C03;
}
</style>
background-color css
<style>
a { background-color: #554C03; }
a { background-color: rgb(85,76,3); }
div.DivClassName
{
background-color: #554C03;
}
.BgClassName
{
background-color: #554C03;
}
</style>
border-color css
<style>
span { border-color: #554C03; }
span { border-color: rgb(85,76,3); }
td.TdClassName
{
border-color: #554C03;
}
.TagClassName
{
border-color: #554C03;
}
</style>