Shades of Bronze Olive #585416
Tints of Bronze Olive #585416
RGB
CMYK
RGB Variations
Color information
#585416 (or 0x585416) is known color: Bronze Olive. HEX triplet: 58, 54 and 16. RGB value is (88,84,22). Sum of RGB (Red+Green+Blue) = 88+84+22=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #585416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585416 is #A7ABE9. Grayscale: #4E4E4E. Windows color (decimal): -10988522 or 1463384. OLE color: 1463384.
HSL color Cylindrical-coordinate representation of color #585416: hue angle of 56.36º 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 #585416 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 22 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.65 |
| HSL | 56.36º | 0.6% | 0.22% | - |
| HSV(B) | 56.36º | 0.75% | 0.35% | - |
| XYZ | 7.34 | 8.47 | 2.01 | - |
| YUV | 78.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 22 | 0 | 0.05 | 0.75 | 0.65 | 56.36 | 0.6 | 0.22 |
| Hex | 58 | 54 | 16 | 0 | 5 | 4B | 41 | 38 | 3C | 16 |
| Octal | 130 | 124 | 26 | 0 | 5 | 113 | 101 | 70 | 74 | 26 |
| Binary | 1011000 | 1010100 | 10110 | 0 | 101 | 1001011 | 1000001 | 111000 | 111100 | 10110 |
Color Harmonies of #585416
Complementary color
Monochromatic Colors of #585416
Black with #585416
Text Example
Text Example
White with #585416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585416; }
p { color: rgb(88,84,22); }
H1.HeaderClassName
{
color: #585416;
}
.AnyTagClassName
{
color: #585416;
}
</style>
background-color css
<style>
a { background-color: #585416; }
a { background-color: rgb(88,84,22); }
div.DivClassName
{
background-color: #585416;
}
.BgClassName
{
background-color: #585416;
}
</style>
border-color css
<style>
span { border-color: #585416; }
span { border-color: rgb(88,84,22); }
td.TdClassName
{
border-color: #585416;
}
.TagClassName
{
border-color: #585416;
}
</style>