Shades of Bronze Olive #5E5018
Tints of Bronze Olive #5E5018
RGB
CMYK
RGB Variations
Color information
#5E5018 (or 0x5E5018) is known color: Bronze Olive. HEX triplet: 5E, 50 and 18. RGB value is (94,80,24). Sum of RGB (Red+Green+Blue) = 94+80+24=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5018 is #A1AFE7. Grayscale: #4E4E4E. Windows color (decimal): -10596328 or 1593438. OLE color: 1593438.
HSL color Cylindrical-coordinate representation of color #5E5018: hue angle of 48º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E5018 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 80 | 24 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.63 |
| HSL | 48º | 0.59% | 0.23% | - |
| HSV(B) | 48º | 0.74% | 0.37% | - |
| XYZ | 7.65 | 8.18 | 2.04 | - |
| YUV | 77.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 24 | 0 | 0.15 | 0.74 | 0.63 | 48 | 0.59 | 0.23 |
| Hex | 5E | 50 | 18 | 0 | F | 4A | 3F | 30 | 3B | 17 |
| Octal | 136 | 120 | 30 | 0 | 17 | 112 | 77 | 60 | 73 | 27 |
| Binary | 1011110 | 1010000 | 11000 | 0 | 1111 | 1001010 | 111111 | 110000 | 111011 | 10111 |
Color Harmonies of #5E5018
Complementary color
Monochromatic Colors of #5E5018
Black with #5E5018
Text Example
Text Example
White with #5E5018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5018; }
p { color: rgb(94,80,24); }
H1.HeaderClassName
{
color: #5E5018;
}
.AnyTagClassName
{
color: #5E5018;
}
</style>
background-color css
<style>
a { background-color: #5E5018; }
a { background-color: rgb(94,80,24); }
div.DivClassName
{
background-color: #5E5018;
}
.BgClassName
{
background-color: #5E5018;
}
</style>
border-color css
<style>
span { border-color: #5E5018; }
span { border-color: rgb(94,80,24); }
td.TdClassName
{
border-color: #5E5018;
}
.TagClassName
{
border-color: #5E5018;
}
</style>