Shades of Bronze Olive #574010
Tints of Bronze Olive #574010
RGB
CMYK
RGB Variations
Color information
#574010 (or 0x574010) is known color: Bronze Olive. HEX triplet: 57, 40 and 10. RGB value is (87,64,16). Sum of RGB (Red+Green+Blue) = 87+64+16=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574010 is #A8BFEF. Grayscale: #414141. Windows color (decimal): -11059184 or 1065047. OLE color: 1065047.
HSL color Cylindrical-coordinate representation of color #574010: hue angle of 40.56º 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 #574010 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 64 | 16 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.66 |
| HSL | 40.56º | 0.69% | 0.2% | - |
| HSV(B) | 40.56º | 0.82% | 0.34% | - |
| XYZ | 5.86 | 5.73 | 1.29 | - |
| YUV | 65.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 64 | 16 | 0 | 0.26 | 0.82 | 0.66 | 40.56 | 0.69 | 0.2 |
| Hex | 57 | 40 | 10 | 0 | 1A | 52 | 42 | 29 | 45 | 14 |
| Octal | 127 | 100 | 20 | 0 | 32 | 122 | 102 | 51 | 105 | 24 |
| Binary | 1010111 | 1000000 | 10000 | 0 | 11010 | 1010010 | 1000010 | 101001 | 1000101 | 10100 |
Color Harmonies of #574010
Complementary color
Monochromatic Colors of #574010
Black with #574010
Text Example
Text Example
White with #574010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574010; }
p { color: rgb(87,64,16); }
H1.HeaderClassName
{
color: #574010;
}
.AnyTagClassName
{
color: #574010;
}
</style>
background-color css
<style>
a { background-color: #574010; }
a { background-color: rgb(87,64,16); }
div.DivClassName
{
background-color: #574010;
}
.BgClassName
{
background-color: #574010;
}
</style>
border-color css
<style>
span { border-color: #574010; }
span { border-color: rgb(87,64,16); }
td.TdClassName
{
border-color: #574010;
}
.TagClassName
{
border-color: #574010;
}
</style>