Shades of Bronze Olive #5B520B
Tints of Bronze Olive #5B520B
RGB
CMYK
RGB Variations
Color information
#5B520B (or 0x5B520B) is known color: Bronze Olive. HEX triplet: 5B, 52 and 0B. RGB value is (91,82,11). Sum of RGB (Red+Green+Blue) = 91+82+11=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B520B is #A4ADF4. Grayscale: #4C4C4C. Windows color (decimal): -10792437 or 741979. OLE color: 741979.
HSL color Cylindrical-coordinate representation of color #5B520B: hue angle of 53.25º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B520B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 11 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.64 |
| HSL | 53.25º | 0.78% | 0.2% | - |
| HSV(B) | 53.25º | 0.88% | 0.36% | - |
| XYZ | 7.39 | 8.28 | 1.53 | - |
| YUV | 76.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 11 | 0 | 0.10 | 0.88 | 0.64 | 53.25 | 0.78 | 0.2 |
| Hex | 5B | 52 | B | 0 | A | 58 | 40 | 35 | 4E | 14 |
| Octal | 133 | 122 | 13 | 0 | 12 | 130 | 100 | 65 | 116 | 24 |
| Binary | 1011011 | 1010010 | 1011 | 0 | 1010 | 1011000 | 1000000 | 110101 | 1001110 | 10100 |
Color Harmonies of #5B520B
Complementary color
Monochromatic Colors of #5B520B
Black with #5B520B
Text Example
Text Example
White with #5B520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B520B; }
p { color: rgb(91,82,11); }
H1.HeaderClassName
{
color: #5B520B;
}
.AnyTagClassName
{
color: #5B520B;
}
</style>
background-color css
<style>
a { background-color: #5B520B; }
a { background-color: rgb(91,82,11); }
div.DivClassName
{
background-color: #5B520B;
}
.BgClassName
{
background-color: #5B520B;
}
</style>
border-color css
<style>
span { border-color: #5B520B; }
span { border-color: rgb(91,82,11); }
td.TdClassName
{
border-color: #5B520B;
}
.TagClassName
{
border-color: #5B520B;
}
</style>