Shades of Bronze Olive #574502
Tints of Bronze Olive #574502
RGB
CMYK
RGB Variations
Color information
#574502 (or 0x574502) is known color: Bronze Olive. HEX triplet: 57, 45 and 02. RGB value is (87,69,2). Sum of RGB (Red+Green+Blue) = 87+69+2=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #574502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574502 is #A8BAFD. Grayscale: #434343. Windows color (decimal): -11057918 or 148823. OLE color: 148823.
HSL color Cylindrical-coordinate representation of color #574502: hue angle of 47.29º 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 #574502 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.66 |
| HSL | 47.29º | 0.96% | 0.17% | - |
| HSV(B) | 47.29º | 0.98% | 0.34% | - |
| XYZ | 6.07 | 6.29 | 0.95 | - |
| YUV | 66.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 2 | 0 | 0.21 | 0.98 | 0.66 | 47.29 | 0.96 | 0.17 |
| Hex | 57 | 45 | 2 | 0 | 15 | 62 | 42 | 2F | 60 | 11 |
| Octal | 127 | 105 | 2 | 0 | 25 | 142 | 102 | 57 | 140 | 21 |
| Binary | 1010111 | 1000101 | 10 | 0 | 10101 | 1100010 | 1000010 | 101111 | 1100000 | 10001 |
Color Harmonies of #574502
Complementary color
Monochromatic Colors of #574502
Black with #574502
Text Example
Text Example
White with #574502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574502; }
p { color: rgb(87,69,2); }
H1.HeaderClassName
{
color: #574502;
}
.AnyTagClassName
{
color: #574502;
}
</style>
background-color css
<style>
a { background-color: #574502; }
a { background-color: rgb(87,69,2); }
div.DivClassName
{
background-color: #574502;
}
.BgClassName
{
background-color: #574502;
}
</style>
border-color css
<style>
span { border-color: #574502; }
span { border-color: rgb(87,69,2); }
td.TdClassName
{
border-color: #574502;
}
.TagClassName
{
border-color: #574502;
}
</style>