Shades of Bronze Olive #574A15
Tints of Bronze Olive #574A15
RGB
CMYK
RGB Variations
Color information
#574A15 (or 0x574A15) is known color: Bronze Olive. HEX triplet: 57, 4A and 15. RGB value is (87,74,21). Sum of RGB (Red+Green+Blue) = 87+74+21=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #574A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574A15 is #A8B5EA. Grayscale: #484848. Windows color (decimal): -11056619 or 1395287. OLE color: 1395287.
HSL color Cylindrical-coordinate representation of color #574A15: hue angle of 48.18º 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 #574A15 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 21 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.66 |
| HSL | 48.18º | 0.61% | 0.21% | - |
| HSV(B) | 48.18º | 0.76% | 0.34% | - |
| XYZ | 6.51 | 6.98 | 1.71 | - |
| YUV | 71.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 21 | 0 | 0.15 | 0.76 | 0.66 | 48.18 | 0.61 | 0.21 |
| Hex | 57 | 4A | 15 | 0 | F | 4C | 42 | 30 | 3D | 15 |
| Octal | 127 | 112 | 25 | 0 | 17 | 114 | 102 | 60 | 75 | 25 |
| Binary | 1010111 | 1001010 | 10101 | 0 | 1111 | 1001100 | 1000010 | 110000 | 111101 | 10101 |
Color Harmonies of #574A15
Complementary color
Monochromatic Colors of #574A15
Black with #574A15
Text Example
Text Example
White with #574A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A15; }
p { color: rgb(87,74,21); }
H1.HeaderClassName
{
color: #574A15;
}
.AnyTagClassName
{
color: #574A15;
}
</style>
background-color css
<style>
a { background-color: #574A15; }
a { background-color: rgb(87,74,21); }
div.DivClassName
{
background-color: #574A15;
}
.BgClassName
{
background-color: #574A15;
}
</style>
border-color css
<style>
span { border-color: #574A15; }
span { border-color: rgb(87,74,21); }
td.TdClassName
{
border-color: #574A15;
}
.TagClassName
{
border-color: #574A15;
}
</style>