Shades of Bronze Olive #574709
Tints of Bronze Olive #574709
RGB
CMYK
RGB Variations
Color information
#574709 (or 0x574709) is known color: Bronze Olive. HEX triplet: 57, 47 and 09. RGB value is (87,71,9). Sum of RGB (Red+Green+Blue) = 87+71+9=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #574709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574709 is #A8B8F6. Grayscale: #444444. Windows color (decimal): -11057399 or 608087. OLE color: 608087.
HSL color Cylindrical-coordinate representation of color #574709: hue angle of 47.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #574709 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 71 | 9 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.66 |
| HSL | 47.69º | 0.81% | 0.19% | - |
| HSV(B) | 47.69º | 0.9% | 0.34% | - |
| XYZ | 6.23 | 6.55 | 1.19 | - |
| YUV | 68.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 9 | 0 | 0.18 | 0.90 | 0.66 | 47.69 | 0.81 | 0.19 |
| Hex | 57 | 47 | 9 | 0 | 12 | 5A | 42 | 30 | 51 | 13 |
| Octal | 127 | 107 | 11 | 0 | 22 | 132 | 102 | 60 | 121 | 23 |
| Binary | 1010111 | 1000111 | 1001 | 0 | 10010 | 1011010 | 1000010 | 110000 | 1010001 | 10011 |
Color Harmonies of #574709
Complementary color
Monochromatic Colors of #574709
Black with #574709
Text Example
Text Example
White with #574709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574709; }
p { color: rgb(87,71,9); }
H1.HeaderClassName
{
color: #574709;
}
.AnyTagClassName
{
color: #574709;
}
</style>
background-color css
<style>
a { background-color: #574709; }
a { background-color: rgb(87,71,9); }
div.DivClassName
{
background-color: #574709;
}
.BgClassName
{
background-color: #574709;
}
</style>
border-color css
<style>
span { border-color: #574709; }
span { border-color: rgb(87,71,9); }
td.TdClassName
{
border-color: #574709;
}
.TagClassName
{
border-color: #574709;
}
</style>