Shades of Bronze Olive #5B4713
Tints of Bronze Olive #5B4713
RGB
CMYK
RGB Variations
Color information
#5B4713 (or 0x5B4713) is known color: Bronze Olive. HEX triplet: 5B, 47 and 13. RGB value is (91,71,19). Sum of RGB (Red+Green+Blue) = 91+71+19=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4713 is #A4B8EC. Grayscale: #474747. Windows color (decimal): -10795245 or 1263451. OLE color: 1263451.
HSL color Cylindrical-coordinate representation of color #5B4713: hue angle of 43.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B4713 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 19 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.64 |
| HSL | 43.33º | 0.65% | 0.22% | - |
| HSV(B) | 43.33º | 0.79% | 0.36% | - |
| XYZ | 6.69 | 6.78 | 1.57 | - |
| YUV | 71.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 19 | 0 | 0.22 | 0.79 | 0.64 | 43.33 | 0.65 | 0.22 |
| Hex | 5B | 47 | 13 | 0 | 16 | 4F | 40 | 2B | 41 | 16 |
| Octal | 133 | 107 | 23 | 0 | 26 | 117 | 100 | 53 | 101 | 26 |
| Binary | 1011011 | 1000111 | 10011 | 0 | 10110 | 1001111 | 1000000 | 101011 | 1000001 | 10110 |
Color Harmonies of #5B4713
Complementary color
Monochromatic Colors of #5B4713
Black with #5B4713
Text Example
Text Example
White with #5B4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4713; }
p { color: rgb(91,71,19); }
H1.HeaderClassName
{
color: #5B4713;
}
.AnyTagClassName
{
color: #5B4713;
}
</style>
background-color css
<style>
a { background-color: #5B4713; }
a { background-color: rgb(91,71,19); }
div.DivClassName
{
background-color: #5B4713;
}
.BgClassName
{
background-color: #5B4713;
}
</style>
border-color css
<style>
span { border-color: #5B4713; }
span { border-color: rgb(91,71,19); }
td.TdClassName
{
border-color: #5B4713;
}
.TagClassName
{
border-color: #5B4713;
}
</style>