Shades of Bronze Olive #554C0A
Tints of Bronze Olive #554C0A
RGB
CMYK
RGB Variations
Color information
#554C0A (or 0x554C0A) is known color: Bronze Olive. HEX triplet: 55, 4C and 0A. RGB value is (85,76,10). Sum of RGB (Red+Green+Blue) = 85+76+10=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0A is #AAB3F5. Grayscale: #474747. Windows color (decimal): -11187190 or 674901. OLE color: 674901.
HSL color Cylindrical-coordinate representation of color #554C0A: hue angle of 52.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #554C0A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 10 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.67 |
| HSL | 52.8º | 0.79% | 0.19% | - |
| HSV(B) | 52.8º | 0.88% | 0.33% | - |
| XYZ | 6.39 | 7.12 | 1.33 | - |
| YUV | 71.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 10 | 0 | 0.11 | 0.88 | 0.67 | 52.8 | 0.79 | 0.19 |
| Hex | 55 | 4C | A | 0 | B | 58 | 43 | 35 | 4F | 13 |
| Octal | 125 | 114 | 12 | 0 | 13 | 130 | 103 | 65 | 117 | 23 |
| Binary | 1010101 | 1001100 | 1010 | 0 | 1011 | 1011000 | 1000011 | 110101 | 1001111 | 10011 |
Color Harmonies of #554C0A
Complementary color
Monochromatic Colors of #554C0A
Black with #554C0A
Text Example
Text Example
White with #554C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C0A; }
p { color: rgb(85,76,10); }
H1.HeaderClassName
{
color: #554C0A;
}
.AnyTagClassName
{
color: #554C0A;
}
</style>
background-color css
<style>
a { background-color: #554C0A; }
a { background-color: rgb(85,76,10); }
div.DivClassName
{
background-color: #554C0A;
}
.BgClassName
{
background-color: #554C0A;
}
</style>
border-color css
<style>
span { border-color: #554C0A; }
span { border-color: rgb(85,76,10); }
td.TdClassName
{
border-color: #554C0A;
}
.TagClassName
{
border-color: #554C0A;
}
</style>