Shades of Bronze Olive #5B4412
Tints of Bronze Olive #5B4412
RGB
CMYK
RGB Variations
Color information
#5B4412 (or 0x5B4412) is known color: Bronze Olive. HEX triplet: 5B, 44 and 12. RGB value is (91,68,18). Sum of RGB (Red+Green+Blue) = 91+68+18=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4412 is #A4BBED. Grayscale: #454545. Windows color (decimal): -10796014 or 1197147. OLE color: 1197147.
HSL color Cylindrical-coordinate representation of color #5B4412: hue angle of 41.1º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B4412 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 18 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.64 |
| HSL | 41.1º | 0.67% | 0.21% | - |
| HSV(B) | 41.1º | 0.8% | 0.36% | - |
| XYZ | 6.49 | 6.4 | 1.47 | - |
| YUV | 69.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 18 | 0 | 0.25 | 0.80 | 0.64 | 41.1 | 0.67 | 0.21 |
| Hex | 5B | 44 | 12 | 0 | 19 | 50 | 40 | 29 | 43 | 15 |
| Octal | 133 | 104 | 22 | 0 | 31 | 120 | 100 | 51 | 103 | 25 |
| Binary | 1011011 | 1000100 | 10010 | 0 | 11001 | 1010000 | 1000000 | 101001 | 1000011 | 10101 |
Color Harmonies of #5B4412
Complementary color
Monochromatic Colors of #5B4412
Black with #5B4412
Text Example
Text Example
White with #5B4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4412; }
p { color: rgb(91,68,18); }
H1.HeaderClassName
{
color: #5B4412;
}
.AnyTagClassName
{
color: #5B4412;
}
</style>
background-color css
<style>
a { background-color: #5B4412; }
a { background-color: rgb(91,68,18); }
div.DivClassName
{
background-color: #5B4412;
}
.BgClassName
{
background-color: #5B4412;
}
</style>
border-color css
<style>
span { border-color: #5B4412; }
span { border-color: rgb(91,68,18); }
td.TdClassName
{
border-color: #5B4412;
}
.TagClassName
{
border-color: #5B4412;
}
</style>