Shades of Bronze Olive #5E4F16
Tints of Bronze Olive #5E4F16
RGB
CMYK
RGB Variations
Color information
#5E4F16 (or 0x5E4F16) is known color: Bronze Olive. HEX triplet: 5E, 4F and 16. RGB value is (94,79,22). Sum of RGB (Red+Green+Blue) = 94+79+22=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E4F16 is #A1B0E9. Grayscale: #4D4D4D. Windows color (decimal): -10596586 or 1462110. OLE color: 1462110.
HSL color Cylindrical-coordinate representation of color #5E4F16: hue angle of 47.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E4F16 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 79 | 22 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.63 |
| HSL | 47.5º | 0.62% | 0.23% | - |
| HSV(B) | 47.5º | 0.77% | 0.37% | - |
| XYZ | 7.56 | 8.03 | 1.91 | - |
| YUV | 76.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 22 | 0 | 0.16 | 0.77 | 0.63 | 47.5 | 0.62 | 0.23 |
| Hex | 5E | 4F | 16 | 0 | 10 | 4D | 3F | 30 | 3E | 17 |
| Octal | 136 | 117 | 26 | 0 | 20 | 115 | 77 | 60 | 76 | 27 |
| Binary | 1011110 | 1001111 | 10110 | 0 | 10000 | 1001101 | 111111 | 110000 | 111110 | 10111 |
Color Harmonies of #5E4F16
Complementary color
Monochromatic Colors of #5E4F16
Black with #5E4F16
Text Example
Text Example
White with #5E4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F16; }
p { color: rgb(94,79,22); }
H1.HeaderClassName
{
color: #5E4F16;
}
.AnyTagClassName
{
color: #5E4F16;
}
</style>
background-color css
<style>
a { background-color: #5E4F16; }
a { background-color: rgb(94,79,22); }
div.DivClassName
{
background-color: #5E4F16;
}
.BgClassName
{
background-color: #5E4F16;
}
</style>
border-color css
<style>
span { border-color: #5E4F16; }
span { border-color: rgb(94,79,22); }
td.TdClassName
{
border-color: #5E4F16;
}
.TagClassName
{
border-color: #5E4F16;
}
</style>