Shades of Bronze Olive #5B4511
Tints of Bronze Olive #5B4511
RGB
CMYK
RGB Variations
Color information
#5B4511 (or 0x5B4511) is known color: Bronze Olive. HEX triplet: 5B, 45 and 11. RGB value is (91,69,17). Sum of RGB (Red+Green+Blue) = 91+69+17=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4511 is #A4BAEE. Grayscale: #454545. Windows color (decimal): -10795759 or 1131867. OLE color: 1131867.
HSL color Cylindrical-coordinate representation of color #5B4511: hue angle of 42.16º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B4511 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 17 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.64 |
| HSL | 42.16º | 0.69% | 0.21% | - |
| HSV(B) | 42.16º | 0.81% | 0.36% | - |
| XYZ | 6.54 | 6.52 | 1.44 | - |
| YUV | 69.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 17 | 0 | 0.24 | 0.81 | 0.64 | 42.16 | 0.69 | 0.21 |
| Hex | 5B | 45 | 11 | 0 | 18 | 51 | 40 | 2A | 45 | 15 |
| Octal | 133 | 105 | 21 | 0 | 30 | 121 | 100 | 52 | 105 | 25 |
| Binary | 1011011 | 1000101 | 10001 | 0 | 11000 | 1010001 | 1000000 | 101010 | 1000101 | 10101 |
Color Harmonies of #5B4511
Complementary color
Monochromatic Colors of #5B4511
Black with #5B4511
Text Example
Text Example
White with #5B4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4511; }
p { color: rgb(91,69,17); }
H1.HeaderClassName
{
color: #5B4511;
}
.AnyTagClassName
{
color: #5B4511;
}
</style>
background-color css
<style>
a { background-color: #5B4511; }
a { background-color: rgb(91,69,17); }
div.DivClassName
{
background-color: #5B4511;
}
.BgClassName
{
background-color: #5B4511;
}
</style>
border-color css
<style>
span { border-color: #5B4511; }
span { border-color: rgb(91,69,17); }
td.TdClassName
{
border-color: #5B4511;
}
.TagClassName
{
border-color: #5B4511;
}
</style>