Shades of Bronze Olive #5E5211
Tints of Bronze Olive #5E5211
RGB
CMYK
RGB Variations
Color information
#5E5211 (or 0x5E5211) is known color: Bronze Olive. HEX triplet: 5E, 52 and 11. RGB value is (94,82,17). Sum of RGB (Red+Green+Blue) = 94+82+17=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5211 is #A1ADEE. Grayscale: #4E4E4E. Windows color (decimal): -10595823 or 1135198. OLE color: 1135198.
HSL color Cylindrical-coordinate representation of color #5E5211: hue angle of 50.65º 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 #5E5211 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 82 | 17 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.63 |
| HSL | 50.65º | 0.69% | 0.22% | - |
| HSV(B) | 50.65º | 0.82% | 0.37% | - |
| XYZ | 7.73 | 8.45 | 1.75 | - |
| YUV | 78.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 17 | 0 | 0.13 | 0.82 | 0.63 | 50.65 | 0.69 | 0.22 |
| Hex | 5E | 52 | 11 | 0 | D | 52 | 3F | 33 | 45 | 16 |
| Octal | 136 | 122 | 21 | 0 | 15 | 122 | 77 | 63 | 105 | 26 |
| Binary | 1011110 | 1010010 | 10001 | 0 | 1101 | 1010010 | 111111 | 110011 | 1000101 | 10110 |
Color Harmonies of #5E5211
Complementary color
Monochromatic Colors of #5E5211
Black with #5E5211
Text Example
Text Example
White with #5E5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5211; }
p { color: rgb(94,82,17); }
H1.HeaderClassName
{
color: #5E5211;
}
.AnyTagClassName
{
color: #5E5211;
}
</style>
background-color css
<style>
a { background-color: #5E5211; }
a { background-color: rgb(94,82,17); }
div.DivClassName
{
background-color: #5E5211;
}
.BgClassName
{
background-color: #5E5211;
}
</style>
border-color css
<style>
span { border-color: #5E5211; }
span { border-color: rgb(94,82,17); }
td.TdClassName
{
border-color: #5E5211;
}
.TagClassName
{
border-color: #5E5211;
}
</style>