Shades of Bronze Olive #5B4913
Tints of Bronze Olive #5B4913
RGB
CMYK
RGB Variations
Color information
#5B4913 (or 0x5B4913) is known color: Bronze Olive. HEX triplet: 5B, 49 and 13. RGB value is (91,73,19). Sum of RGB (Red+Green+Blue) = 91+73+19=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4913 is #A4B6EC. Grayscale: #484848. Windows color (decimal): -10794733 or 1263963. OLE color: 1263963.
HSL color Cylindrical-coordinate representation of color #5B4913: hue angle of 45º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B4913 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 19 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.64 |
| HSL | 45º | 0.65% | 0.22% | - |
| HSV(B) | 45º | 0.79% | 0.36% | - |
| XYZ | 6.81 | 7.04 | 1.62 | - |
| YUV | 72.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 19 | 0 | 0.20 | 0.79 | 0.64 | 45 | 0.65 | 0.22 |
| Hex | 5B | 49 | 13 | 0 | 14 | 4F | 40 | 2D | 41 | 16 |
| Octal | 133 | 111 | 23 | 0 | 24 | 117 | 100 | 55 | 101 | 26 |
| Binary | 1011011 | 1001001 | 10011 | 0 | 10100 | 1001111 | 1000000 | 101101 | 1000001 | 10110 |
Color Harmonies of #5B4913
Complementary color
Monochromatic Colors of #5B4913
Black with #5B4913
Text Example
Text Example
White with #5B4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4913; }
p { color: rgb(91,73,19); }
H1.HeaderClassName
{
color: #5B4913;
}
.AnyTagClassName
{
color: #5B4913;
}
</style>
background-color css
<style>
a { background-color: #5B4913; }
a { background-color: rgb(91,73,19); }
div.DivClassName
{
background-color: #5B4913;
}
.BgClassName
{
background-color: #5B4913;
}
</style>
border-color css
<style>
span { border-color: #5B4913; }
span { border-color: rgb(91,73,19); }
td.TdClassName
{
border-color: #5B4913;
}
.TagClassName
{
border-color: #5B4913;
}
</style>