Shades of Bronze Olive #5E4714
Tints of Bronze Olive #5E4714
RGB
CMYK
RGB Variations
Color information
#5E4714 (or 0x5E4714) is known color: Bronze Olive. HEX triplet: 5E, 47 and 14. RGB value is (94,71,20). Sum of RGB (Red+Green+Blue) = 94+71+20=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4714 is #A1B8EB. Grayscale: #484848. Windows color (decimal): -10598636 or 1328990. OLE color: 1328990.
HSL color Cylindrical-coordinate representation of color #5E4714: hue angle of 41.35º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E4714 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 71 | 20 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.63 |
| HSL | 41.35º | 0.65% | 0.22% | - |
| HSV(B) | 41.35º | 0.79% | 0.37% | - |
| XYZ | 7 | 6.94 | 1.63 | - |
| YUV | 72.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 71 | 20 | 0 | 0.24 | 0.79 | 0.63 | 41.35 | 0.65 | 0.22 |
| Hex | 5E | 47 | 14 | 0 | 18 | 4F | 3F | 29 | 41 | 16 |
| Octal | 136 | 107 | 24 | 0 | 30 | 117 | 77 | 51 | 101 | 26 |
| Binary | 1011110 | 1000111 | 10100 | 0 | 11000 | 1001111 | 111111 | 101001 | 1000001 | 10110 |
Color Harmonies of #5E4714
Complementary color
Monochromatic Colors of #5E4714
Black with #5E4714
Text Example
Text Example
White with #5E4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4714; }
p { color: rgb(94,71,20); }
H1.HeaderClassName
{
color: #5E4714;
}
.AnyTagClassName
{
color: #5E4714;
}
</style>
background-color css
<style>
a { background-color: #5E4714; }
a { background-color: rgb(94,71,20); }
div.DivClassName
{
background-color: #5E4714;
}
.BgClassName
{
background-color: #5E4714;
}
</style>
border-color css
<style>
span { border-color: #5E4714; }
span { border-color: rgb(94,71,20); }
td.TdClassName
{
border-color: #5E4714;
}
.TagClassName
{
border-color: #5E4714;
}
</style>