Shades of Bronze Olive #554C05
Tints of Bronze Olive #554C05
RGB
CMYK
RGB Variations
Color information
#554C05 (or 0x554C05) is known color: Bronze Olive. HEX triplet: 55, 4C and 05. RGB value is (85,76,5). Sum of RGB (Red+Green+Blue) = 85+76+5=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #554C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C05 is #AAB3FA. Grayscale: #464646. Windows color (decimal): -11187195 or 347221. OLE color: 347221.
HSL color Cylindrical-coordinate representation of color #554C05: hue angle of 53.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #554C05 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 5 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.67 |
| HSL | 53.25º | 0.89% | 0.18% | - |
| HSV(B) | 53.25º | 0.94% | 0.33% | - |
| XYZ | 6.36 | 7.11 | 1.18 | - |
| YUV | 70.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 5 | 0 | 0.11 | 0.94 | 0.67 | 53.25 | 0.89 | 0.18 |
| Hex | 55 | 4C | 5 | 0 | B | 5E | 43 | 35 | 59 | 12 |
| Octal | 125 | 114 | 5 | 0 | 13 | 136 | 103 | 65 | 131 | 22 |
| Binary | 1010101 | 1001100 | 101 | 0 | 1011 | 1011110 | 1000011 | 110101 | 1011001 | 10010 |
Color Harmonies of #554C05
Complementary color
Monochromatic Colors of #554C05
Black with #554C05
Text Example
Text Example
White with #554C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C05; }
p { color: rgb(85,76,5); }
H1.HeaderClassName
{
color: #554C05;
}
.AnyTagClassName
{
color: #554C05;
}
</style>
background-color css
<style>
a { background-color: #554C05; }
a { background-color: rgb(85,76,5); }
div.DivClassName
{
background-color: #554C05;
}
.BgClassName
{
background-color: #554C05;
}
</style>
border-color css
<style>
span { border-color: #554C05; }
span { border-color: rgb(85,76,5); }
td.TdClassName
{
border-color: #554C05;
}
.TagClassName
{
border-color: #554C05;
}
</style>