Shades of Bronze Olive #584A16
Tints of Bronze Olive #584A16
RGB
CMYK
RGB Variations
Color information
#584A16 (or 0x584A16) is known color: Bronze Olive. HEX triplet: 58, 4A and 16. RGB value is (88,74,22). Sum of RGB (Red+Green+Blue) = 88+74+22=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #584A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A16 is #A7B5E9. Grayscale: #484848. Windows color (decimal): -10991082 or 1460824. OLE color: 1460824.
HSL color Cylindrical-coordinate representation of color #584A16: hue angle of 47.27º 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 #584A16 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 22 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.65 |
| HSL | 47.27º | 0.6% | 0.22% | - |
| HSV(B) | 47.27º | 0.75% | 0.35% | - |
| XYZ | 6.62 | 7.03 | 1.77 | - |
| YUV | 72.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 22 | 0 | 0.16 | 0.75 | 0.65 | 47.27 | 0.6 | 0.22 |
| Hex | 58 | 4A | 16 | 0 | 10 | 4B | 41 | 2F | 3C | 16 |
| Octal | 130 | 112 | 26 | 0 | 20 | 113 | 101 | 57 | 74 | 26 |
| Binary | 1011000 | 1001010 | 10110 | 0 | 10000 | 1001011 | 1000001 | 101111 | 111100 | 10110 |
Color Harmonies of #584A16
Complementary color
Monochromatic Colors of #584A16
Black with #584A16
Text Example
Text Example
White with #584A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A16; }
p { color: rgb(88,74,22); }
H1.HeaderClassName
{
color: #584A16;
}
.AnyTagClassName
{
color: #584A16;
}
</style>
background-color css
<style>
a { background-color: #584A16; }
a { background-color: rgb(88,74,22); }
div.DivClassName
{
background-color: #584A16;
}
.BgClassName
{
background-color: #584A16;
}
</style>
border-color css
<style>
span { border-color: #584A16; }
span { border-color: rgb(88,74,22); }
td.TdClassName
{
border-color: #584A16;
}
.TagClassName
{
border-color: #584A16;
}
</style>