Shades of Bronze Olive #574215
Tints of Bronze Olive #574215
RGB
CMYK
RGB Variations
Color information
#574215 (or 0x574215) is known color: Bronze Olive. HEX triplet: 57, 42 and 15. RGB value is (87,66,21). Sum of RGB (Red+Green+Blue) = 87+66+21=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574215 is #A8BDEA. Grayscale: #434343. Windows color (decimal): -11058667 or 1393239. OLE color: 1393239.
HSL color Cylindrical-coordinate representation of color #574215: hue angle of 40.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #574215 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 66 | 21 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.66 |
| HSL | 40.91º | 0.61% | 0.21% | - |
| HSV(B) | 40.91º | 0.76% | 0.34% | - |
| XYZ | 6.01 | 5.98 | 1.55 | - |
| YUV | 67.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 66 | 21 | 0 | 0.24 | 0.76 | 0.66 | 40.91 | 0.61 | 0.21 |
| Hex | 57 | 42 | 15 | 0 | 18 | 4C | 42 | 29 | 3D | 15 |
| Octal | 127 | 102 | 25 | 0 | 30 | 114 | 102 | 51 | 75 | 25 |
| Binary | 1010111 | 1000010 | 10101 | 0 | 11000 | 1001100 | 1000010 | 101001 | 111101 | 10101 |
Color Harmonies of #574215
Complementary color
Monochromatic Colors of #574215
Black with #574215
Text Example
Text Example
White with #574215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574215; }
p { color: rgb(87,66,21); }
H1.HeaderClassName
{
color: #574215;
}
.AnyTagClassName
{
color: #574215;
}
</style>
background-color css
<style>
a { background-color: #574215; }
a { background-color: rgb(87,66,21); }
div.DivClassName
{
background-color: #574215;
}
.BgClassName
{
background-color: #574215;
}
</style>
border-color css
<style>
span { border-color: #574215; }
span { border-color: rgb(87,66,21); }
td.TdClassName
{
border-color: #574215;
}
.TagClassName
{
border-color: #574215;
}
</style>