Shades of Bronze Olive #5B5220
Tints of Bronze Olive #5B5220
RGB
CMYK
RGB Variations
Color information
#5B5220 (or 0x5B5220) is known color: Bronze Olive. HEX triplet: 5B, 52 and 20. RGB value is (91,82,32). Sum of RGB (Red+Green+Blue) = 91+82+32=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5220 is #A4ADDF. Grayscale: #4F4F4F. Windows color (decimal): -10792416 or 2118235. OLE color: 2118235.
HSL color Cylindrical-coordinate representation of color #5B5220: hue angle of 50.85º 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 #5B5220 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 32 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.64 |
| HSL | 50.85º | 0.48% | 0.24% | - |
| HSV(B) | 50.85º | 0.65% | 0.36% | - |
| XYZ | 7.59 | 8.36 | 2.58 | - |
| YUV | 78.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 32 | 0 | 0.10 | 0.65 | 0.64 | 50.85 | 0.48 | 0.24 |
| Hex | 5B | 52 | 20 | 0 | A | 41 | 40 | 33 | 30 | 18 |
| Octal | 133 | 122 | 40 | 0 | 12 | 101 | 100 | 63 | 60 | 30 |
| Binary | 1011011 | 1010010 | 100000 | 0 | 1010 | 1000001 | 1000000 | 110011 | 110000 | 11000 |
Color Harmonies of #5B5220
Complementary color
Monochromatic Colors of #5B5220
Black with #5B5220
Text Example
Text Example
White with #5B5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5220; }
p { color: rgb(91,82,32); }
H1.HeaderClassName
{
color: #5B5220;
}
.AnyTagClassName
{
color: #5B5220;
}
</style>
background-color css
<style>
a { background-color: #5B5220; }
a { background-color: rgb(91,82,32); }
div.DivClassName
{
background-color: #5B5220;
}
.BgClassName
{
background-color: #5B5220;
}
</style>
border-color css
<style>
span { border-color: #5B5220; }
span { border-color: rgb(91,82,32); }
td.TdClassName
{
border-color: #5B5220;
}
.TagClassName
{
border-color: #5B5220;
}
</style>