Shades of Bronze Olive #575009
Tints of Bronze Olive #575009
RGB
CMYK
RGB Variations
Color information
#575009 (or 0x575009) is known color: Bronze Olive. HEX triplet: 57, 50 and 09. RGB value is (87,80,9). Sum of RGB (Red+Green+Blue) = 87+80+9=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #575009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575009 is #A8AFF6. Grayscale: #4A4A4A. Windows color (decimal): -11055095 or 610391. OLE color: 610391.
HSL color Cylindrical-coordinate representation of color #575009: hue angle of 54.62º 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 #575009 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 9 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.66 |
| HSL | 54.62º | 0.81% | 0.19% | - |
| HSV(B) | 54.62º | 0.9% | 0.34% | - |
| XYZ | 6.85 | 7.78 | 1.4 | - |
| YUV | 74 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 9 | 0 | 0.08 | 0.90 | 0.66 | 54.62 | 0.81 | 0.19 |
| Hex | 57 | 50 | 9 | 0 | 8 | 5A | 42 | 37 | 51 | 13 |
| Octal | 127 | 120 | 11 | 0 | 10 | 132 | 102 | 67 | 121 | 23 |
| Binary | 1010111 | 1010000 | 1001 | 0 | 1000 | 1011010 | 1000010 | 110111 | 1010001 | 10011 |
Color Harmonies of #575009
Complementary color
Monochromatic Colors of #575009
Black with #575009
Text Example
Text Example
White with #575009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575009; }
p { color: rgb(87,80,9); }
H1.HeaderClassName
{
color: #575009;
}
.AnyTagClassName
{
color: #575009;
}
</style>
background-color css
<style>
a { background-color: #575009; }
a { background-color: rgb(87,80,9); }
div.DivClassName
{
background-color: #575009;
}
.BgClassName
{
background-color: #575009;
}
</style>
border-color css
<style>
span { border-color: #575009; }
span { border-color: rgb(87,80,9); }
td.TdClassName
{
border-color: #575009;
}
.TagClassName
{
border-color: #575009;
}
</style>