Shades of Bronze Olive #5B490E
Tints of Bronze Olive #5B490E
RGB
CMYK
RGB Variations
Color information
#5B490E (or 0x5B490E) is known color: Bronze Olive. HEX triplet: 5B, 49 and 0E. RGB value is (91,73,14). Sum of RGB (Red+Green+Blue) = 91+73+14=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B490E is #A4B6F1. Grayscale: #474747. Windows color (decimal): -10794738 or 936283. OLE color: 936283.
HSL color Cylindrical-coordinate representation of color #5B490E: hue angle of 45.97º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B490E is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 14 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.64 |
| HSL | 45.97º | 0.73% | 0.21% | - |
| HSV(B) | 45.97º | 0.85% | 0.36% | - |
| XYZ | 6.78 | 7.02 | 1.41 | - |
| YUV | 71.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 14 | 0 | 0.20 | 0.85 | 0.64 | 45.97 | 0.73 | 0.21 |
| Hex | 5B | 49 | E | 0 | 14 | 55 | 40 | 2E | 49 | 15 |
| Octal | 133 | 111 | 16 | 0 | 24 | 125 | 100 | 56 | 111 | 25 |
| Binary | 1011011 | 1001001 | 1110 | 0 | 10100 | 1010101 | 1000000 | 101110 | 1001001 | 10101 |
Color Harmonies of #5B490E
Complementary color
Monochromatic Colors of #5B490E
Black with #5B490E
Text Example
Text Example
White with #5B490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B490E; }
p { color: rgb(91,73,14); }
H1.HeaderClassName
{
color: #5B490E;
}
.AnyTagClassName
{
color: #5B490E;
}
</style>
background-color css
<style>
a { background-color: #5B490E; }
a { background-color: rgb(91,73,14); }
div.DivClassName
{
background-color: #5B490E;
}
.BgClassName
{
background-color: #5B490E;
}
</style>
border-color css
<style>
span { border-color: #5B490E; }
span { border-color: rgb(91,73,14); }
td.TdClassName
{
border-color: #5B490E;
}
.TagClassName
{
border-color: #5B490E;
}
</style>