Shades of Bronze Olive #5B5200
Tints of Bronze Olive #5B5200
RGB
CMYK
RGB Variations
Color information
#5B5200 (or 0x5B5200) is known color: Bronze Olive. HEX triplet: 5B, 52 and 00. RGB value is (91,82,0). Sum of RGB (Red+Green+Blue) = 91+82+0=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5200 is #A4ADFF. Grayscale: #4B4B4B. Windows color (decimal): -10792448 or 21083. OLE color: 21083.
HSL color Cylindrical-coordinate representation of color #5B5200: hue angle of 54.07º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B5200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.64 |
| HSL | 54.07º | 1% | 0.18% | - |
| HSV(B) | 54.07º | 1% | 0.36% | - |
| XYZ | 7.33 | 8.26 | 1.21 | - |
| YUV | 75.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 0 | 0 | 0.10 | 1 | 0.64 | 54.07 | 1 | 0.18 |
| Hex | 5B | 52 | 0 | 0 | A | 64 | 40 | 36 | 64 | 12 |
| Octal | 133 | 122 | 0 | 0 | 12 | 144 | 100 | 66 | 144 | 22 |
| Binary | 1011011 | 1010010 | 0 | 0 | 1010 | 1100100 | 1000000 | 110110 | 1100100 | 10010 |
Color Harmonies of #5B5200
Complementary color
Monochromatic Colors of #5B5200
Black with #5B5200
Text Example
Text Example
White with #5B5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5200; }
p { color: rgb(91,82,0); }
H1.HeaderClassName
{
color: #5B5200;
}
.AnyTagClassName
{
color: #5B5200;
}
</style>
background-color css
<style>
a { background-color: #5B5200; }
a { background-color: rgb(91,82,0); }
div.DivClassName
{
background-color: #5B5200;
}
.BgClassName
{
background-color: #5B5200;
}
</style>
border-color css
<style>
span { border-color: #5B5200; }
span { border-color: rgb(91,82,0); }
td.TdClassName
{
border-color: #5B5200;
}
.TagClassName
{
border-color: #5B5200;
}
</style>