Shades of Bronze Olive #5B4915
Tints of Bronze Olive #5B4915
RGB
CMYK
RGB Variations
Color information
#5B4915 (or 0x5B4915) is known color: Bronze Olive. HEX triplet: 5B, 49 and 15. RGB value is (91,73,21). Sum of RGB (Red+Green+Blue) = 91+73+21=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4915 is #A4B6EA. Grayscale: #484848. Windows color (decimal): -10794731 or 1395035. OLE color: 1395035.
HSL color Cylindrical-coordinate representation of color #5B4915: hue angle of 44.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B4915 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 21 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.64 |
| HSL | 44.57º | 0.63% | 0.22% | - |
| HSV(B) | 44.57º | 0.77% | 0.36% | - |
| XYZ | 6.83 | 7.04 | 1.71 | - |
| YUV | 72.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 21 | 0 | 0.20 | 0.77 | 0.64 | 44.57 | 0.63 | 0.22 |
| Hex | 5B | 49 | 15 | 0 | 14 | 4D | 40 | 2D | 3E | 16 |
| Octal | 133 | 111 | 25 | 0 | 24 | 115 | 100 | 55 | 76 | 26 |
| Binary | 1011011 | 1001001 | 10101 | 0 | 10100 | 1001101 | 1000000 | 101101 | 111110 | 10110 |
Color Harmonies of #5B4915
Complementary color
Monochromatic Colors of #5B4915
Black with #5B4915
Text Example
Text Example
White with #5B4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4915; }
p { color: rgb(91,73,21); }
H1.HeaderClassName
{
color: #5B4915;
}
.AnyTagClassName
{
color: #5B4915;
}
</style>
background-color css
<style>
a { background-color: #5B4915; }
a { background-color: rgb(91,73,21); }
div.DivClassName
{
background-color: #5B4915;
}
.BgClassName
{
background-color: #5B4915;
}
</style>
border-color css
<style>
span { border-color: #5B4915; }
span { border-color: rgb(91,73,21); }
td.TdClassName
{
border-color: #5B4915;
}
.TagClassName
{
border-color: #5B4915;
}
</style>