Shades of Bronze Olive #5B5424
Tints of Bronze Olive #5B5424
RGB
CMYK
RGB Variations
Color information
#5B5424 (or 0x5B5424) is known color: Bronze Olive. HEX triplet: 5B, 54 and 24. RGB value is (91,84,36). Sum of RGB (Red+Green+Blue) = 91+84+36=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5424 is #A4ABDB. Grayscale: #505050. Windows color (decimal): -10791900 or 2380891. OLE color: 2380891.
HSL color Cylindrical-coordinate representation of color #5B5424: hue angle of 52.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B5424 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 36 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.64 |
| HSL | 52.36º | 0.43% | 0.25% | - |
| HSV(B) | 52.36º | 0.6% | 0.36% | - |
| XYZ | 7.8 | 8.69 | 2.94 | - |
| YUV | 80.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 36 | 0 | 0.08 | 0.60 | 0.64 | 52.36 | 0.43 | 0.25 |
| Hex | 5B | 54 | 24 | 0 | 8 | 3C | 40 | 34 | 2B | 19 |
| Octal | 133 | 124 | 44 | 0 | 10 | 74 | 100 | 64 | 53 | 31 |
| Binary | 1011011 | 1010100 | 100100 | 0 | 1000 | 111100 | 1000000 | 110100 | 101011 | 11001 |
Color Harmonies of #5B5424
Complementary color
Monochromatic Colors of #5B5424
Black with #5B5424
Text Example
Text Example
White with #5B5424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5424; }
p { color: rgb(91,84,36); }
H1.HeaderClassName
{
color: #5B5424;
}
.AnyTagClassName
{
color: #5B5424;
}
</style>
background-color css
<style>
a { background-color: #5B5424; }
a { background-color: rgb(91,84,36); }
div.DivClassName
{
background-color: #5B5424;
}
.BgClassName
{
background-color: #5B5424;
}
</style>
border-color css
<style>
span { border-color: #5B5424; }
span { border-color: rgb(91,84,36); }
td.TdClassName
{
border-color: #5B5424;
}
.TagClassName
{
border-color: #5B5424;
}
</style>