Shades of Bronze Olive #5B4520
Tints of Bronze Olive #5B4520
RGB
CMYK
RGB Variations
Color information
#5B4520 (or 0x5B4520) is known color: Bronze Olive. HEX triplet: 5B, 45 and 20. RGB value is (91,69,32). Sum of RGB (Red+Green+Blue) = 91+69+32=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4520 is #A4BADF. Grayscale: #474747. Windows color (decimal): -10795744 or 2114907. OLE color: 2114907.
HSL color Cylindrical-coordinate representation of color #5B4520: hue angle of 37.63º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4520 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 32 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.64 |
| HSL | 37.63º | 0.48% | 0.24% | - |
| HSV(B) | 37.63º | 0.65% | 0.36% | - |
| XYZ | 6.7 | 6.58 | 2.28 | - |
| YUV | 71.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 32 | 0 | 0.24 | 0.65 | 0.64 | 37.63 | 0.48 | 0.24 |
| Hex | 5B | 45 | 20 | 0 | 18 | 41 | 40 | 26 | 30 | 18 |
| Octal | 133 | 105 | 40 | 0 | 30 | 101 | 100 | 46 | 60 | 30 |
| Binary | 1011011 | 1000101 | 100000 | 0 | 11000 | 1000001 | 1000000 | 100110 | 110000 | 11000 |
Color Harmonies of #5B4520
Complementary color
Monochromatic Colors of #5B4520
Black with #5B4520
Text Example
Text Example
White with #5B4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4520; }
p { color: rgb(91,69,32); }
H1.HeaderClassName
{
color: #5B4520;
}
.AnyTagClassName
{
color: #5B4520;
}
</style>
background-color css
<style>
a { background-color: #5B4520; }
a { background-color: rgb(91,69,32); }
div.DivClassName
{
background-color: #5B4520;
}
.BgClassName
{
background-color: #5B4520;
}
</style>
border-color css
<style>
span { border-color: #5B4520; }
span { border-color: rgb(91,69,32); }
td.TdClassName
{
border-color: #5B4520;
}
.TagClassName
{
border-color: #5B4520;
}
</style>