Shades of Bronze Olive #5B4907
Tints of Bronze Olive #5B4907
RGB
CMYK
RGB Variations
Color information
#5B4907 (or 0x5B4907) is known color: Bronze Olive. HEX triplet: 5B, 49 and 07. RGB value is (91,73,7). Sum of RGB (Red+Green+Blue) = 91+73+7=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4907 is #A4B6F8. Grayscale: #474747. Windows color (decimal): -10794745 or 477531. OLE color: 477531.
HSL color Cylindrical-coordinate representation of color #5B4907: hue angle of 47.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B4907 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 7 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.64 |
| HSL | 47.14º | 0.86% | 0.19% | - |
| HSV(B) | 47.14º | 0.92% | 0.36% | - |
| XYZ | 6.74 | 7 | 1.2 | - |
| YUV | 70.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 7 | 0 | 0.20 | 0.92 | 0.64 | 47.14 | 0.86 | 0.19 |
| Hex | 5B | 49 | 7 | 0 | 14 | 5C | 40 | 2F | 56 | 13 |
| Octal | 133 | 111 | 7 | 0 | 24 | 134 | 100 | 57 | 126 | 23 |
| Binary | 1011011 | 1001001 | 111 | 0 | 10100 | 1011100 | 1000000 | 101111 | 1010110 | 10011 |
Color Harmonies of #5B4907
Complementary color
Monochromatic Colors of #5B4907
Black with #5B4907
Text Example
Text Example
White with #5B4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4907; }
p { color: rgb(91,73,7); }
H1.HeaderClassName
{
color: #5B4907;
}
.AnyTagClassName
{
color: #5B4907;
}
</style>
background-color css
<style>
a { background-color: #5B4907; }
a { background-color: rgb(91,73,7); }
div.DivClassName
{
background-color: #5B4907;
}
.BgClassName
{
background-color: #5B4907;
}
</style>
border-color css
<style>
span { border-color: #5B4907; }
span { border-color: rgb(91,73,7); }
td.TdClassName
{
border-color: #5B4907;
}
.TagClassName
{
border-color: #5B4907;
}
</style>