Shades of Bronze Olive #574210
Tints of Bronze Olive #574210
RGB
CMYK
RGB Variations
Color information
#574210 (or 0x574210) is known color: Bronze Olive. HEX triplet: 57, 42 and 10. RGB value is (87,66,16). Sum of RGB (Red+Green+Blue) = 87+66+16=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #574210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574210 is #A8BDEF. Grayscale: #424242. Windows color (decimal): -11058672 or 1065559. OLE color: 1065559.
HSL color Cylindrical-coordinate representation of color #574210: hue angle of 42.25º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #574210 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 66 | 16 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.66 |
| HSL | 42.25º | 0.69% | 0.2% | - |
| HSV(B) | 42.25º | 0.82% | 0.34% | - |
| XYZ | 5.97 | 5.96 | 1.33 | - |
| YUV | 66.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 16 | 0 | 0.24 | 0.82 | 0.66 | 42.25 | 0.69 | 0.2 |
| Hex | 57 | 42 | 10 | 0 | 18 | 52 | 42 | 2A | 45 | 14 |
| Octal | 127 | 102 | 20 | 0 | 30 | 122 | 102 | 52 | 105 | 24 |
| Binary | 1010111 | 1000010 | 10000 | 0 | 11000 | 1010010 | 1000010 | 101010 | 1000101 | 10100 |
Color Harmonies of #574210
Complementary color
Monochromatic Colors of #574210
Black with #574210
Text Example
Text Example
White with #574210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574210; }
p { color: rgb(87,66,16); }
H1.HeaderClassName
{
color: #574210;
}
.AnyTagClassName
{
color: #574210;
}
</style>
background-color css
<style>
a { background-color: #574210; }
a { background-color: rgb(87,66,16); }
div.DivClassName
{
background-color: #574210;
}
.BgClassName
{
background-color: #574210;
}
</style>
border-color css
<style>
span { border-color: #574210; }
span { border-color: rgb(87,66,16); }
td.TdClassName
{
border-color: #574210;
}
.TagClassName
{
border-color: #574210;
}
</style>