Shades of Bronze Olive #584F0A
Tints of Bronze Olive #584F0A
RGB
CMYK
RGB Variations
Color information
#584F0A (or 0x584F0A) is known color: Bronze Olive. HEX triplet: 58, 4F and 0A. RGB value is (88,79,10). Sum of RGB (Red+Green+Blue) = 88+79+10=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F0A is #A7B0F5. Grayscale: #4A4A4A. Windows color (decimal): -10989814 or 675672. OLE color: 675672.
HSL color Cylindrical-coordinate representation of color #584F0A: hue angle of 53.08º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #584F0A is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 10 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.65 |
| HSL | 53.08º | 0.8% | 0.19% | - |
| HSV(B) | 53.08º | 0.89% | 0.35% | - |
| XYZ | 6.88 | 7.69 | 1.41 | - |
| YUV | 73.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 10 | 0 | 0.10 | 0.89 | 0.65 | 53.08 | 0.8 | 0.19 |
| Hex | 58 | 4F | A | 0 | A | 59 | 41 | 35 | 50 | 13 |
| Octal | 130 | 117 | 12 | 0 | 12 | 131 | 101 | 65 | 120 | 23 |
| Binary | 1011000 | 1001111 | 1010 | 0 | 1010 | 1011001 | 1000001 | 110101 | 1010000 | 10011 |
Color Harmonies of #584F0A
Complementary color
Monochromatic Colors of #584F0A
Black with #584F0A
Text Example
Text Example
White with #584F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F0A; }
p { color: rgb(88,79,10); }
H1.HeaderClassName
{
color: #584F0A;
}
.AnyTagClassName
{
color: #584F0A;
}
</style>
background-color css
<style>
a { background-color: #584F0A; }
a { background-color: rgb(88,79,10); }
div.DivClassName
{
background-color: #584F0A;
}
.BgClassName
{
background-color: #584F0A;
}
</style>
border-color css
<style>
span { border-color: #584F0A; }
span { border-color: rgb(88,79,10); }
td.TdClassName
{
border-color: #584F0A;
}
.TagClassName
{
border-color: #584F0A;
}
</style>