Shades of Bronze Olive #5B5202
Tints of Bronze Olive #5B5202
RGB
CMYK
RGB Variations
Color information
#5B5202 (or 0x5B5202) is known color: Bronze Olive. HEX triplet: 5B, 52 and 02. RGB value is (91,82,2). Sum of RGB (Red+Green+Blue) = 91+82+2=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5202 is #A4ADFD. Grayscale: #4B4B4B. Windows color (decimal): -10792446 or 152155. OLE color: 152155.
HSL color Cylindrical-coordinate representation of color #5B5202: hue angle of 53.93º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B5202 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 2 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.64 |
| HSL | 53.93º | 0.96% | 0.18% | - |
| HSV(B) | 53.93º | 0.98% | 0.36% | - |
| XYZ | 7.34 | 8.26 | 1.27 | - |
| YUV | 75.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 2 | 0 | 0.10 | 0.98 | 0.64 | 53.93 | 0.96 | 0.18 |
| Hex | 5B | 52 | 2 | 0 | A | 62 | 40 | 36 | 60 | 12 |
| Octal | 133 | 122 | 2 | 0 | 12 | 142 | 100 | 66 | 140 | 22 |
| Binary | 1011011 | 1010010 | 10 | 0 | 1010 | 1100010 | 1000000 | 110110 | 1100000 | 10010 |
Color Harmonies of #5B5202
Complementary color
Monochromatic Colors of #5B5202
Black with #5B5202
Text Example
Text Example
White with #5B5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5202; }
p { color: rgb(91,82,2); }
H1.HeaderClassName
{
color: #5B5202;
}
.AnyTagClassName
{
color: #5B5202;
}
</style>
background-color css
<style>
a { background-color: #5B5202; }
a { background-color: rgb(91,82,2); }
div.DivClassName
{
background-color: #5B5202;
}
.BgClassName
{
background-color: #5B5202;
}
</style>
border-color css
<style>
span { border-color: #5B5202; }
span { border-color: rgb(91,82,2); }
td.TdClassName
{
border-color: #5B5202;
}
.TagClassName
{
border-color: #5B5202;
}
</style>