Shades of Bronze Olive #584E16
Tints of Bronze Olive #584E16
RGB
CMYK
RGB Variations
Color information
#584E16 (or 0x584E16) is known color: Bronze Olive. HEX triplet: 58, 4E and 16. RGB value is (88,78,22). Sum of RGB (Red+Green+Blue) = 88+78+22=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #584E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584E16 is #A7B1E9. Grayscale: #4A4A4A. Windows color (decimal): -10990058 or 1461848. OLE color: 1461848.
HSL color Cylindrical-coordinate representation of color #584E16: hue angle of 50.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584E16 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 22 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.65 |
| HSL | 50.91º | 0.6% | 0.22% | - |
| HSV(B) | 50.91º | 0.75% | 0.35% | - |
| XYZ | 6.89 | 7.58 | 1.86 | - |
| YUV | 74.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 22 | 0 | 0.11 | 0.75 | 0.65 | 50.91 | 0.6 | 0.22 |
| Hex | 58 | 4E | 16 | 0 | B | 4B | 41 | 33 | 3C | 16 |
| Octal | 130 | 116 | 26 | 0 | 13 | 113 | 101 | 63 | 74 | 26 |
| Binary | 1011000 | 1001110 | 10110 | 0 | 1011 | 1001011 | 1000001 | 110011 | 111100 | 10110 |
Color Harmonies of #584E16
Complementary color
Monochromatic Colors of #584E16
Black with #584E16
Text Example
Text Example
White with #584E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E16; }
p { color: rgb(88,78,22); }
H1.HeaderClassName
{
color: #584E16;
}
.AnyTagClassName
{
color: #584E16;
}
</style>
background-color css
<style>
a { background-color: #584E16; }
a { background-color: rgb(88,78,22); }
div.DivClassName
{
background-color: #584E16;
}
.BgClassName
{
background-color: #584E16;
}
</style>
border-color css
<style>
span { border-color: #584E16; }
span { border-color: rgb(88,78,22); }
td.TdClassName
{
border-color: #584E16;
}
.TagClassName
{
border-color: #584E16;
}
</style>