Shades of Bronze Olive #574921
Tints of Bronze Olive #574921
RGB
CMYK
RGB Variations
Color information
#574921 (or 0x574921) is known color: Bronze Olive. HEX triplet: 57, 49 and 21. RGB value is (87,73,33). Sum of RGB (Red+Green+Blue) = 87+73+33=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #574921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574921 is #A8B6DE. Grayscale: #484848. Windows color (decimal): -11056863 or 2181463. OLE color: 2181463.
HSL color Cylindrical-coordinate representation of color #574921: hue angle of 44.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #574921 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 33 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.66 |
| HSL | 44.44º | 0.45% | 0.24% | - |
| HSV(B) | 44.44º | 0.62% | 0.34% | - |
| XYZ | 6.59 | 6.9 | 2.42 | - |
| YUV | 72.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 33 | 0 | 0.16 | 0.62 | 0.66 | 44.44 | 0.45 | 0.24 |
| Hex | 57 | 49 | 21 | 0 | 10 | 3E | 42 | 2C | 2D | 18 |
| Octal | 127 | 111 | 41 | 0 | 20 | 76 | 102 | 54 | 55 | 30 |
| Binary | 1010111 | 1001001 | 100001 | 0 | 10000 | 111110 | 1000010 | 101100 | 101101 | 11000 |
Color Harmonies of #574921
Complementary color
Monochromatic Colors of #574921
Black with #574921
Text Example
Text Example
White with #574921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574921; }
p { color: rgb(87,73,33); }
H1.HeaderClassName
{
color: #574921;
}
.AnyTagClassName
{
color: #574921;
}
</style>
background-color css
<style>
a { background-color: #574921; }
a { background-color: rgb(87,73,33); }
div.DivClassName
{
background-color: #574921;
}
.BgClassName
{
background-color: #574921;
}
</style>
border-color css
<style>
span { border-color: #574921; }
span { border-color: rgb(87,73,33); }
td.TdClassName
{
border-color: #574921;
}
.TagClassName
{
border-color: #574921;
}
</style>