Shades of Bronze Olive #5E4E1F
Tints of Bronze Olive #5E4E1F
RGB
CMYK
RGB Variations
Color information
#5E4E1F (or 0x5E4E1F) is known color: Bronze Olive. HEX triplet: 5E, 4E and 1F. RGB value is (94,78,31). Sum of RGB (Red+Green+Blue) = 94+78+31=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4E1F is #A1B1E0. Grayscale: #4D4D4D. Windows color (decimal): -10596833 or 2051678. OLE color: 2051678.
HSL color Cylindrical-coordinate representation of color #5E4E1F: hue angle of 44.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E4E1F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 78 | 31 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.63 |
| HSL | 44.76º | 0.5% | 0.25% | - |
| HSV(B) | 44.76º | 0.67% | 0.37% | - |
| XYZ | 7.59 | 7.93 | 2.43 | - |
| YUV | 77.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 31 | 0 | 0.17 | 0.67 | 0.63 | 44.76 | 0.5 | 0.25 |
| Hex | 5E | 4E | 1F | 0 | 11 | 43 | 3F | 2D | 32 | 19 |
| Octal | 136 | 116 | 37 | 0 | 21 | 103 | 77 | 55 | 62 | 31 |
| Binary | 1011110 | 1001110 | 11111 | 0 | 10001 | 1000011 | 111111 | 101101 | 110010 | 11001 |
Color Harmonies of #5E4E1F
Complementary color
Monochromatic Colors of #5E4E1F
Black with #5E4E1F
Text Example
Text Example
White with #5E4E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E1F; }
p { color: rgb(94,78,31); }
H1.HeaderClassName
{
color: #5E4E1F;
}
.AnyTagClassName
{
color: #5E4E1F;
}
</style>
background-color css
<style>
a { background-color: #5E4E1F; }
a { background-color: rgb(94,78,31); }
div.DivClassName
{
background-color: #5E4E1F;
}
.BgClassName
{
background-color: #5E4E1F;
}
</style>
border-color css
<style>
span { border-color: #5E4E1F; }
span { border-color: rgb(94,78,31); }
td.TdClassName
{
border-color: #5E4E1F;
}
.TagClassName
{
border-color: #5E4E1F;
}
</style>