Shades of Bronze Olive #5B5201
Tints of Bronze Olive #5B5201
RGB
CMYK
RGB Variations
Color information
#5B5201 (or 0x5B5201) is known color: Bronze Olive. HEX triplet: 5B, 52 and 01. RGB value is (91,82,1). Sum of RGB (Red+Green+Blue) = 91+82+1=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5201 is #A4ADFE. Grayscale: #4B4B4B. Windows color (decimal): -10792447 or 86619. OLE color: 86619.
HSL color Cylindrical-coordinate representation of color #5B5201: hue angle of 54º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B5201 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.64 |
| HSL | 54º | 0.98% | 0.18% | - |
| HSV(B) | 54º | 0.99% | 0.36% | - |
| XYZ | 7.34 | 8.26 | 1.24 | - |
| YUV | 75.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 1 | 0 | 0.10 | 0.99 | 0.64 | 54 | 0.98 | 0.18 |
| Hex | 5B | 52 | 1 | 0 | A | 63 | 40 | 36 | 62 | 12 |
| Octal | 133 | 122 | 1 | 0 | 12 | 143 | 100 | 66 | 142 | 22 |
| Binary | 1011011 | 1010010 | 1 | 0 | 1010 | 1100011 | 1000000 | 110110 | 1100010 | 10010 |
Color Harmonies of #5B5201
Complementary color
Monochromatic Colors of #5B5201
Black with #5B5201
Text Example
Text Example
White with #5B5201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5201; }
p { color: rgb(91,82,1); }
H1.HeaderClassName
{
color: #5B5201;
}
.AnyTagClassName
{
color: #5B5201;
}
</style>
background-color css
<style>
a { background-color: #5B5201; }
a { background-color: rgb(91,82,1); }
div.DivClassName
{
background-color: #5B5201;
}
.BgClassName
{
background-color: #5B5201;
}
</style>
border-color css
<style>
span { border-color: #5B5201; }
span { border-color: rgb(91,82,1); }
td.TdClassName
{
border-color: #5B5201;
}
.TagClassName
{
border-color: #5B5201;
}
</style>