Shades of Bronze Olive #574F15
Tints of Bronze Olive #574F15
RGB
CMYK
RGB Variations
Color information
#574F15 (or 0x574F15) is known color: Bronze Olive. HEX triplet: 57, 4F and 15. RGB value is (87,79,21). Sum of RGB (Red+Green+Blue) = 87+79+21=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #574F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574F15 is #A8B0EA. Grayscale: #4B4B4B. Windows color (decimal): -11055339 or 1396567. OLE color: 1396567.
HSL color Cylindrical-coordinate representation of color #574F15: hue angle of 52.73º 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 #574F15 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 79 | 21 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.66 |
| HSL | 52.73º | 0.61% | 0.21% | - |
| HSV(B) | 52.73º | 0.76% | 0.34% | - |
| XYZ | 6.86 | 7.67 | 1.83 | - |
| YUV | 74.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 79 | 21 | 0 | 0.09 | 0.76 | 0.66 | 52.73 | 0.61 | 0.21 |
| Hex | 57 | 4F | 15 | 0 | 9 | 4C | 42 | 35 | 3D | 15 |
| Octal | 127 | 117 | 25 | 0 | 11 | 114 | 102 | 65 | 75 | 25 |
| Binary | 1010111 | 1001111 | 10101 | 0 | 1001 | 1001100 | 1000010 | 110101 | 111101 | 10101 |
Color Harmonies of #574F15
Complementary color
Monochromatic Colors of #574F15
Black with #574F15
Text Example
Text Example
White with #574F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574F15; }
p { color: rgb(87,79,21); }
H1.HeaderClassName
{
color: #574F15;
}
.AnyTagClassName
{
color: #574F15;
}
</style>
background-color css
<style>
a { background-color: #574F15; }
a { background-color: rgb(87,79,21); }
div.DivClassName
{
background-color: #574F15;
}
.BgClassName
{
background-color: #574F15;
}
</style>
border-color css
<style>
span { border-color: #574F15; }
span { border-color: rgb(87,79,21); }
td.TdClassName
{
border-color: #574F15;
}
.TagClassName
{
border-color: #574F15;
}
</style>