Shades of Bronze Olive #5E5315
Tints of Bronze Olive #5E5315
RGB
CMYK
RGB Variations
Color information
#5E5315 (or 0x5E5315) is known color: Bronze Olive. HEX triplet: 5E, 53 and 15. RGB value is (94,83,21). Sum of RGB (Red+Green+Blue) = 94+83+21=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5315 is #A1ACEA. Grayscale: #4F4F4F. Windows color (decimal): -10595563 or 1397598. OLE color: 1397598.
HSL color Cylindrical-coordinate representation of color #5E5315: hue angle of 50.96º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E5315 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 83 | 21 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.63 |
| HSL | 50.96º | 0.63% | 0.23% | - |
| HSV(B) | 50.96º | 0.78% | 0.37% | - |
| XYZ | 7.84 | 8.62 | 1.96 | - |
| YUV | 79.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 21 | 0 | 0.12 | 0.78 | 0.63 | 50.96 | 0.63 | 0.23 |
| Hex | 5E | 53 | 15 | 0 | C | 4E | 3F | 33 | 3F | 17 |
| Octal | 136 | 123 | 25 | 0 | 14 | 116 | 77 | 63 | 77 | 27 |
| Binary | 1011110 | 1010011 | 10101 | 0 | 1100 | 1001110 | 111111 | 110011 | 111111 | 10111 |
Color Harmonies of #5E5315
Complementary color
Monochromatic Colors of #5E5315
Black with #5E5315
Text Example
Text Example
White with #5E5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5315; }
p { color: rgb(94,83,21); }
H1.HeaderClassName
{
color: #5E5315;
}
.AnyTagClassName
{
color: #5E5315;
}
</style>
background-color css
<style>
a { background-color: #5E5315; }
a { background-color: rgb(94,83,21); }
div.DivClassName
{
background-color: #5E5315;
}
.BgClassName
{
background-color: #5E5315;
}
</style>
border-color css
<style>
span { border-color: #5E5315; }
span { border-color: rgb(94,83,21); }
td.TdClassName
{
border-color: #5E5315;
}
.TagClassName
{
border-color: #5E5315;
}
</style>