Shades of Bronze Olive #5E4719
Tints of Bronze Olive #5E4719
RGB
CMYK
RGB Variations
Color information
#5E4719 (or 0x5E4719) is known color: Bronze Olive. HEX triplet: 5E, 47 and 19. RGB value is (94,71,25). Sum of RGB (Red+Green+Blue) = 94+71+25=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4719 is #A1B8E6. Grayscale: #484848. Windows color (decimal): -10598631 or 1656670. OLE color: 1656670.
HSL color Cylindrical-coordinate representation of color #5E4719: hue angle of 40º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E4719 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 71 | 25 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.63 |
| HSL | 40º | 0.58% | 0.23% | - |
| HSV(B) | 40º | 0.73% | 0.37% | - |
| XYZ | 7.04 | 6.96 | 1.89 | - |
| YUV | 72.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 25 | 0 | 0.24 | 0.73 | 0.63 | 40 | 0.58 | 0.23 |
| Hex | 5E | 47 | 19 | 0 | 18 | 49 | 3F | 28 | 3A | 17 |
| Octal | 136 | 107 | 31 | 0 | 30 | 111 | 77 | 50 | 72 | 27 |
| Binary | 1011110 | 1000111 | 11001 | 0 | 11000 | 1001001 | 111111 | 101000 | 111010 | 10111 |
Color Harmonies of #5E4719
Complementary color
Monochromatic Colors of #5E4719
Black with #5E4719
Text Example
Text Example
White with #5E4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4719; }
p { color: rgb(94,71,25); }
H1.HeaderClassName
{
color: #5E4719;
}
.AnyTagClassName
{
color: #5E4719;
}
</style>
background-color css
<style>
a { background-color: #5E4719; }
a { background-color: rgb(94,71,25); }
div.DivClassName
{
background-color: #5E4719;
}
.BgClassName
{
background-color: #5E4719;
}
</style>
border-color css
<style>
span { border-color: #5E4719; }
span { border-color: rgb(94,71,25); }
td.TdClassName
{
border-color: #5E4719;
}
.TagClassName
{
border-color: #5E4719;
}
</style>