Shades of Bronze Olive #5B490D
Tints of Bronze Olive #5B490D
RGB
CMYK
RGB Variations
Color information
#5B490D (or 0x5B490D) is known color: Bronze Olive. HEX triplet: 5B, 49 and 0D. RGB value is (91,73,13). Sum of RGB (Red+Green+Blue) = 91+73+13=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B490D is #A4B6F2. Grayscale: #474747. Windows color (decimal): -10794739 or 870747. OLE color: 870747.
HSL color Cylindrical-coordinate representation of color #5B490D: hue angle of 46.15º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B490D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 13 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.64 |
| HSL | 46.15º | 0.75% | 0.2% | - |
| HSV(B) | 46.15º | 0.86% | 0.36% | - |
| XYZ | 6.77 | 7.02 | 1.38 | - |
| YUV | 71.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 13 | 0 | 0.20 | 0.86 | 0.64 | 46.15 | 0.75 | 0.2 |
| Hex | 5B | 49 | D | 0 | 14 | 56 | 40 | 2E | 4B | 14 |
| Octal | 133 | 111 | 15 | 0 | 24 | 126 | 100 | 56 | 113 | 24 |
| Binary | 1011011 | 1001001 | 1101 | 0 | 10100 | 1010110 | 1000000 | 101110 | 1001011 | 10100 |
Color Harmonies of #5B490D
Complementary color
Monochromatic Colors of #5B490D
Black with #5B490D
Text Example
Text Example
White with #5B490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B490D; }
p { color: rgb(91,73,13); }
H1.HeaderClassName
{
color: #5B490D;
}
.AnyTagClassName
{
color: #5B490D;
}
</style>
background-color css
<style>
a { background-color: #5B490D; }
a { background-color: rgb(91,73,13); }
div.DivClassName
{
background-color: #5B490D;
}
.BgClassName
{
background-color: #5B490D;
}
</style>
border-color css
<style>
span { border-color: #5B490D; }
span { border-color: rgb(91,73,13); }
td.TdClassName
{
border-color: #5B490D;
}
.TagClassName
{
border-color: #5B490D;
}
</style>