Shades of Bronze Olive #5B531E
Tints of Bronze Olive #5B531E
RGB
CMYK
RGB Variations
Color information
#5B531E (or 0x5B531E) is known color: Bronze Olive. HEX triplet: 5B, 53 and 1E. RGB value is (91,83,30). Sum of RGB (Red+Green+Blue) = 91+83+30=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B531E is #A4ACE1. Grayscale: #4F4F4F. Windows color (decimal): -10792162 or 1987419. OLE color: 1987419.
HSL color Cylindrical-coordinate representation of color #5B531E: hue angle of 52.13º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B531E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 30 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.64 |
| HSL | 52.13º | 0.5% | 0.24% | - |
| HSV(B) | 52.13º | 0.67% | 0.36% | - |
| XYZ | 7.64 | 8.5 | 2.47 | - |
| YUV | 79.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 30 | 0 | 0.09 | 0.67 | 0.64 | 52.13 | 0.5 | 0.24 |
| Hex | 5B | 53 | 1E | 0 | 9 | 43 | 40 | 34 | 32 | 18 |
| Octal | 133 | 123 | 36 | 0 | 11 | 103 | 100 | 64 | 62 | 30 |
| Binary | 1011011 | 1010011 | 11110 | 0 | 1001 | 1000011 | 1000000 | 110100 | 110010 | 11000 |
Color Harmonies of #5B531E
Complementary color
Monochromatic Colors of #5B531E
Black with #5B531E
Text Example
Text Example
White with #5B531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B531E; }
p { color: rgb(91,83,30); }
H1.HeaderClassName
{
color: #5B531E;
}
.AnyTagClassName
{
color: #5B531E;
}
</style>
background-color css
<style>
a { background-color: #5B531E; }
a { background-color: rgb(91,83,30); }
div.DivClassName
{
background-color: #5B531E;
}
.BgClassName
{
background-color: #5B531E;
}
</style>
border-color css
<style>
span { border-color: #5B531E; }
span { border-color: rgb(91,83,30); }
td.TdClassName
{
border-color: #5B531E;
}
.TagClassName
{
border-color: #5B531E;
}
</style>