Shades of Bronze Olive #5E4611
Tints of Bronze Olive #5E4611
RGB
CMYK
RGB Variations
Color information
#5E4611 (or 0x5E4611) is known color: Bronze Olive. HEX triplet: 5E, 46 and 11. RGB value is (94,70,17). Sum of RGB (Red+Green+Blue) = 94+70+17=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4611 is #A1B9EE. Grayscale: #474747. Windows color (decimal): -10598895 or 1132126. OLE color: 1132126.
HSL color Cylindrical-coordinate representation of color #5E4611: hue angle of 41.3º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E4611 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 17 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.63 |
| HSL | 41.3º | 0.69% | 0.22% | - |
| HSV(B) | 41.3º | 0.82% | 0.37% | - |
| XYZ | 6.91 | 6.8 | 1.48 | - |
| YUV | 71.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 17 | 0 | 0.26 | 0.82 | 0.63 | 41.3 | 0.69 | 0.22 |
| Hex | 5E | 46 | 11 | 0 | 1A | 52 | 3F | 29 | 45 | 16 |
| Octal | 136 | 106 | 21 | 0 | 32 | 122 | 77 | 51 | 105 | 26 |
| Binary | 1011110 | 1000110 | 10001 | 0 | 11010 | 1010010 | 111111 | 101001 | 1000101 | 10110 |
Color Harmonies of #5E4611
Complementary color
Monochromatic Colors of #5E4611
Black with #5E4611
Text Example
Text Example
White with #5E4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4611; }
p { color: rgb(94,70,17); }
H1.HeaderClassName
{
color: #5E4611;
}
.AnyTagClassName
{
color: #5E4611;
}
</style>
background-color css
<style>
a { background-color: #5E4611; }
a { background-color: rgb(94,70,17); }
div.DivClassName
{
background-color: #5E4611;
}
.BgClassName
{
background-color: #5E4611;
}
</style>
border-color css
<style>
span { border-color: #5E4611; }
span { border-color: rgb(94,70,17); }
td.TdClassName
{
border-color: #5E4611;
}
.TagClassName
{
border-color: #5E4611;
}
</style>