Shades of Bronze Olive #5E501F
Tints of Bronze Olive #5E501F
RGB
CMYK
RGB Variations
Color information
#5E501F (or 0x5E501F) is known color: Bronze Olive. HEX triplet: 5E, 50 and 1F. RGB value is (94,80,31). Sum of RGB (Red+Green+Blue) = 94+80+31=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E501F is #A1AFE0. Grayscale: #4E4E4E. Windows color (decimal): -10596321 or 2052190. OLE color: 2052190.
HSL color Cylindrical-coordinate representation of color #5E501F: hue angle of 46.67º 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 #5E501F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 80 | 31 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.63 |
| HSL | 46.67º | 0.5% | 0.25% | - |
| HSV(B) | 46.67º | 0.67% | 0.37% | - |
| XYZ | 7.73 | 8.22 | 2.47 | - |
| YUV | 78.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 31 | 0 | 0.15 | 0.67 | 0.63 | 46.67 | 0.5 | 0.25 |
| Hex | 5E | 50 | 1F | 0 | F | 43 | 3F | 2F | 32 | 19 |
| Octal | 136 | 120 | 37 | 0 | 17 | 103 | 77 | 57 | 62 | 31 |
| Binary | 1011110 | 1010000 | 11111 | 0 | 1111 | 1000011 | 111111 | 101111 | 110010 | 11001 |
Color Harmonies of #5E501F
Complementary color
Monochromatic Colors of #5E501F
Black with #5E501F
Text Example
Text Example
White with #5E501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E501F; }
p { color: rgb(94,80,31); }
H1.HeaderClassName
{
color: #5E501F;
}
.AnyTagClassName
{
color: #5E501F;
}
</style>
background-color css
<style>
a { background-color: #5E501F; }
a { background-color: rgb(94,80,31); }
div.DivClassName
{
background-color: #5E501F;
}
.BgClassName
{
background-color: #5E501F;
}
</style>
border-color css
<style>
span { border-color: #5E501F; }
span { border-color: rgb(94,80,31); }
td.TdClassName
{
border-color: #5E501F;
}
.TagClassName
{
border-color: #5E501F;
}
</style>