Shades of Bronze Olive #554C20
Tints of Bronze Olive #554C20
RGB
CMYK
RGB Variations
Color information
#554C20 (or 0x554C20) is known color: Bronze Olive. HEX triplet: 55, 4C and 20. RGB value is (85,76,32). Sum of RGB (Red+Green+Blue) = 85+76+32=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #554C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C20 is #AAB3DF. Grayscale: #494949. Windows color (decimal): -11187168 or 2116693. OLE color: 2116693.
HSL color Cylindrical-coordinate representation of color #554C20: hue angle of 49.81º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554C20 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 32 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.67 |
| HSL | 49.81º | 0.45% | 0.23% | - |
| HSV(B) | 49.81º | 0.62% | 0.33% | - |
| XYZ | 6.59 | 7.2 | 2.41 | - |
| YUV | 73.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 32 | 0 | 0.11 | 0.62 | 0.67 | 49.81 | 0.45 | 0.23 |
| Hex | 55 | 4C | 20 | 0 | B | 3E | 43 | 32 | 2D | 17 |
| Octal | 125 | 114 | 40 | 0 | 13 | 76 | 103 | 62 | 55 | 27 |
| Binary | 1010101 | 1001100 | 100000 | 0 | 1011 | 111110 | 1000011 | 110010 | 101101 | 10111 |
Color Harmonies of #554C20
Complementary color
Monochromatic Colors of #554C20
Black with #554C20
Text Example
Text Example
White with #554C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C20; }
p { color: rgb(85,76,32); }
H1.HeaderClassName
{
color: #554C20;
}
.AnyTagClassName
{
color: #554C20;
}
</style>
background-color css
<style>
a { background-color: #554C20; }
a { background-color: rgb(85,76,32); }
div.DivClassName
{
background-color: #554C20;
}
.BgClassName
{
background-color: #554C20;
}
</style>
border-color css
<style>
span { border-color: #554C20; }
span { border-color: rgb(85,76,32); }
td.TdClassName
{
border-color: #554C20;
}
.TagClassName
{
border-color: #554C20;
}
</style>