Shades of Bronze Olive #574902
Tints of Bronze Olive #574902
RGB
CMYK
RGB Variations
Color information
#574902 (or 0x574902) is known color: Bronze Olive. HEX triplet: 57, 49 and 02. RGB value is (87,73,2). Sum of RGB (Red+Green+Blue) = 87+73+2=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #574902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574902 is #A8B6FD. Grayscale: #454545. Windows color (decimal): -11056894 or 149847. OLE color: 149847.
HSL color Cylindrical-coordinate representation of color #574902: hue angle of 50.12º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #574902 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 73 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.66 |
| HSL | 50.12º | 0.96% | 0.17% | - |
| HSV(B) | 50.12º | 0.98% | 0.34% | - |
| XYZ | 6.32 | 6.8 | 1.04 | - |
| YUV | 69.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 2 | 0 | 0.16 | 0.98 | 0.66 | 50.12 | 0.96 | 0.17 |
| Hex | 57 | 49 | 2 | 0 | 10 | 62 | 42 | 32 | 60 | 11 |
| Octal | 127 | 111 | 2 | 0 | 20 | 142 | 102 | 62 | 140 | 21 |
| Binary | 1010111 | 1001001 | 10 | 0 | 10000 | 1100010 | 1000010 | 110010 | 1100000 | 10001 |
Color Harmonies of #574902
Complementary color
Monochromatic Colors of #574902
Black with #574902
Text Example
Text Example
White with #574902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574902; }
p { color: rgb(87,73,2); }
H1.HeaderClassName
{
color: #574902;
}
.AnyTagClassName
{
color: #574902;
}
</style>
background-color css
<style>
a { background-color: #574902; }
a { background-color: rgb(87,73,2); }
div.DivClassName
{
background-color: #574902;
}
.BgClassName
{
background-color: #574902;
}
</style>
border-color css
<style>
span { border-color: #574902; }
span { border-color: rgb(87,73,2); }
td.TdClassName
{
border-color: #574902;
}
.TagClassName
{
border-color: #574902;
}
</style>