Shades of Bronze Olive #5B4920
Tints of Bronze Olive #5B4920
RGB
CMYK
RGB Variations
Color information
#5B4920 (or 0x5B4920) is known color: Bronze Olive. HEX triplet: 5B, 49 and 20. RGB value is (91,73,32). Sum of RGB (Red+Green+Blue) = 91+73+32=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4920 is #A4B6DF. Grayscale: #494949. Windows color (decimal): -10794720 or 2115931. OLE color: 2115931.
HSL color Cylindrical-coordinate representation of color #5B4920: hue angle of 41.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4920 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 32 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.64 |
| HSL | 41.69º | 0.48% | 0.24% | - |
| HSV(B) | 41.69º | 0.65% | 0.36% | - |
| XYZ | 6.96 | 7.09 | 2.37 | - |
| YUV | 73.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 32 | 0 | 0.20 | 0.65 | 0.64 | 41.69 | 0.48 | 0.24 |
| Hex | 5B | 49 | 20 | 0 | 14 | 41 | 40 | 2A | 30 | 18 |
| Octal | 133 | 111 | 40 | 0 | 24 | 101 | 100 | 52 | 60 | 30 |
| Binary | 1011011 | 1001001 | 100000 | 0 | 10100 | 1000001 | 1000000 | 101010 | 110000 | 11000 |
Color Harmonies of #5B4920
Complementary color
Monochromatic Colors of #5B4920
Black with #5B4920
Text Example
Text Example
White with #5B4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4920; }
p { color: rgb(91,73,32); }
H1.HeaderClassName
{
color: #5B4920;
}
.AnyTagClassName
{
color: #5B4920;
}
</style>
background-color css
<style>
a { background-color: #5B4920; }
a { background-color: rgb(91,73,32); }
div.DivClassName
{
background-color: #5B4920;
}
.BgClassName
{
background-color: #5B4920;
}
</style>
border-color css
<style>
span { border-color: #5B4920; }
span { border-color: rgb(91,73,32); }
td.TdClassName
{
border-color: #5B4920;
}
.TagClassName
{
border-color: #5B4920;
}
</style>