Shades of Bronze Olive #5B4C05
Tints of Bronze Olive #5B4C05
RGB
CMYK
RGB Variations
Color information
#5B4C05 (or 0x5B4C05) is known color: Bronze Olive. HEX triplet: 5B, 4C and 05. RGB value is (91,76,5). Sum of RGB (Red+Green+Blue) = 91+76+5=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4C05 is #A4B3FA. Grayscale: #484848. Windows color (decimal): -10793979 or 347227. OLE color: 347227.
HSL color Cylindrical-coordinate representation of color #5B4C05: hue angle of 49.53º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B4C05 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 76 | 5 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.64 |
| HSL | 49.53º | 0.9% | 0.19% | - |
| HSV(B) | 49.53º | 0.95% | 0.36% | - |
| XYZ | 6.93 | 7.4 | 1.21 | - |
| YUV | 72.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 5 | 0 | 0.16 | 0.95 | 0.64 | 49.53 | 0.9 | 0.19 |
| Hex | 5B | 4C | 5 | 0 | 10 | 5F | 40 | 32 | 5A | 13 |
| Octal | 133 | 114 | 5 | 0 | 20 | 137 | 100 | 62 | 132 | 23 |
| Binary | 1011011 | 1001100 | 101 | 0 | 10000 | 1011111 | 1000000 | 110010 | 1011010 | 10011 |
Color Harmonies of #5B4C05
Complementary color
Monochromatic Colors of #5B4C05
Black with #5B4C05
Text Example
Text Example
White with #5B4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4C05; }
p { color: rgb(91,76,5); }
H1.HeaderClassName
{
color: #5B4C05;
}
.AnyTagClassName
{
color: #5B4C05;
}
</style>
background-color css
<style>
a { background-color: #5B4C05; }
a { background-color: rgb(91,76,5); }
div.DivClassName
{
background-color: #5B4C05;
}
.BgClassName
{
background-color: #5B4C05;
}
</style>
border-color css
<style>
span { border-color: #5B4C05; }
span { border-color: rgb(91,76,5); }
td.TdClassName
{
border-color: #5B4C05;
}
.TagClassName
{
border-color: #5B4C05;
}
</style>