Shades of Bronze Olive #5B4723
Tints of Bronze Olive #5B4723
RGB
CMYK
RGB Variations
Color information
#5B4723 (or 0x5B4723) is known color: Bronze Olive. HEX triplet: 5B, 47 and 23. RGB value is (91,71,35). Sum of RGB (Red+Green+Blue) = 91+71+35=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4723 is #A4B8DC. Grayscale: #494949. Windows color (decimal): -10795229 or 2312027. OLE color: 2312027.
HSL color Cylindrical-coordinate representation of color #5B4723: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B4723 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 35 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.64 |
| HSL | 38.57º | 0.44% | 0.25% | - |
| HSV(B) | 38.57º | 0.62% | 0.36% | - |
| XYZ | 6.87 | 6.85 | 2.55 | - |
| YUV | 72.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 35 | 0 | 0.22 | 0.62 | 0.64 | 38.57 | 0.44 | 0.25 |
| Hex | 5B | 47 | 23 | 0 | 16 | 3E | 40 | 27 | 2C | 19 |
| Octal | 133 | 107 | 43 | 0 | 26 | 76 | 100 | 47 | 54 | 31 |
| Binary | 1011011 | 1000111 | 100011 | 0 | 10110 | 111110 | 1000000 | 100111 | 101100 | 11001 |
Color Harmonies of #5B4723
Complementary color
Monochromatic Colors of #5B4723
Black with #5B4723
Text Example
Text Example
White with #5B4723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4723; }
p { color: rgb(91,71,35); }
H1.HeaderClassName
{
color: #5B4723;
}
.AnyTagClassName
{
color: #5B4723;
}
</style>
background-color css
<style>
a { background-color: #5B4723; }
a { background-color: rgb(91,71,35); }
div.DivClassName
{
background-color: #5B4723;
}
.BgClassName
{
background-color: #5B4723;
}
</style>
border-color css
<style>
span { border-color: #5B4723; }
span { border-color: rgb(91,71,35); }
td.TdClassName
{
border-color: #5B4723;
}
.TagClassName
{
border-color: #5B4723;
}
</style>