Shades of Bronze Olive #574701
Tints of Bronze Olive #574701
RGB
CMYK
RGB Variations
Color information
#574701 (or 0x574701) is known color: Bronze Olive. HEX triplet: 57, 47 and 01. RGB value is (87,71,1). Sum of RGB (Red+Green+Blue) = 87+71+1=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #574701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574701 is #A8B8FE. Grayscale: #444444. Windows color (decimal): -11057407 or 83799. OLE color: 83799.
HSL color Cylindrical-coordinate representation of color #574701: hue angle of 48.84º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #574701 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 71 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.66 |
| HSL | 48.84º | 0.98% | 0.17% | - |
| HSV(B) | 48.84º | 0.99% | 0.34% | - |
| XYZ | 6.19 | 6.53 | 0.96 | - |
| YUV | 67.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 1 | 0 | 0.18 | 0.99 | 0.66 | 48.84 | 0.98 | 0.17 |
| Hex | 57 | 47 | 1 | 0 | 12 | 63 | 42 | 31 | 62 | 11 |
| Octal | 127 | 107 | 1 | 0 | 22 | 143 | 102 | 61 | 142 | 21 |
| Binary | 1010111 | 1000111 | 1 | 0 | 10010 | 1100011 | 1000010 | 110001 | 1100010 | 10001 |
Color Harmonies of #574701
Complementary color
Monochromatic Colors of #574701
Black with #574701
Text Example
Text Example
White with #574701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574701; }
p { color: rgb(87,71,1); }
H1.HeaderClassName
{
color: #574701;
}
.AnyTagClassName
{
color: #574701;
}
</style>
background-color css
<style>
a { background-color: #574701; }
a { background-color: rgb(87,71,1); }
div.DivClassName
{
background-color: #574701;
}
.BgClassName
{
background-color: #574701;
}
</style>
border-color css
<style>
span { border-color: #574701; }
span { border-color: rgb(87,71,1); }
td.TdClassName
{
border-color: #574701;
}
.TagClassName
{
border-color: #574701;
}
</style>