Shades of Bronze Olive #5B5216
Tints of Bronze Olive #5B5216
RGB
CMYK
RGB Variations
Color information
#5B5216 (or 0x5B5216) is known color: Bronze Olive. HEX triplet: 5B, 52 and 16. RGB value is (91,82,22). Sum of RGB (Red+Green+Blue) = 91+82+22=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5216 is #A4ADE9. Grayscale: #4E4E4E. Windows color (decimal): -10792426 or 1462875. OLE color: 1462875.
HSL color Cylindrical-coordinate representation of color #5B5216: hue angle of 52.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B5216 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 22 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.64 |
| HSL | 52.17º | 0.61% | 0.22% | - |
| HSV(B) | 52.17º | 0.76% | 0.36% | - |
| XYZ | 7.48 | 8.32 | 1.97 | - |
| YUV | 77.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 22 | 0 | 0.10 | 0.76 | 0.64 | 52.17 | 0.61 | 0.22 |
| Hex | 5B | 52 | 16 | 0 | A | 4C | 40 | 34 | 3D | 16 |
| Octal | 133 | 122 | 26 | 0 | 12 | 114 | 100 | 64 | 75 | 26 |
| Binary | 1011011 | 1010010 | 10110 | 0 | 1010 | 1001100 | 1000000 | 110100 | 111101 | 10110 |
Color Harmonies of #5B5216
Complementary color
Monochromatic Colors of #5B5216
Black with #5B5216
Text Example
Text Example
White with #5B5216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5216; }
p { color: rgb(91,82,22); }
H1.HeaderClassName
{
color: #5B5216;
}
.AnyTagClassName
{
color: #5B5216;
}
</style>
background-color css
<style>
a { background-color: #5B5216; }
a { background-color: rgb(91,82,22); }
div.DivClassName
{
background-color: #5B5216;
}
.BgClassName
{
background-color: #5B5216;
}
</style>
border-color css
<style>
span { border-color: #5B5216; }
span { border-color: rgb(91,82,22); }
td.TdClassName
{
border-color: #5B5216;
}
.TagClassName
{
border-color: #5B5216;
}
</style>