Shades of Bronze Olive #5E4E1A
Tints of Bronze Olive #5E4E1A
RGB
CMYK
RGB Variations
Color information
#5E4E1A (or 0x5E4E1A) is known color: Bronze Olive. HEX triplet: 5E, 4E and 1A. RGB value is (94,78,26). Sum of RGB (Red+Green+Blue) = 94+78+26=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4E1A is #A1B1E5. Grayscale: #4D4D4D. Windows color (decimal): -10596838 or 1723998. OLE color: 1723998.
HSL color Cylindrical-coordinate representation of color #5E4E1A: hue angle of 45.88º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E4E1A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 78 | 26 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.63 |
| HSL | 45.88º | 0.57% | 0.24% | - |
| HSV(B) | 45.88º | 0.72% | 0.37% | - |
| XYZ | 7.53 | 7.9 | 2.11 | - |
| YUV | 76.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 26 | 0 | 0.17 | 0.72 | 0.63 | 45.88 | 0.57 | 0.24 |
| Hex | 5E | 4E | 1A | 0 | 11 | 48 | 3F | 2E | 39 | 18 |
| Octal | 136 | 116 | 32 | 0 | 21 | 110 | 77 | 56 | 71 | 30 |
| Binary | 1011110 | 1001110 | 11010 | 0 | 10001 | 1001000 | 111111 | 101110 | 111001 | 11000 |
Color Harmonies of #5E4E1A
Complementary color
Monochromatic Colors of #5E4E1A
Black with #5E4E1A
Text Example
Text Example
White with #5E4E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E1A; }
p { color: rgb(94,78,26); }
H1.HeaderClassName
{
color: #5E4E1A;
}
.AnyTagClassName
{
color: #5E4E1A;
}
</style>
background-color css
<style>
a { background-color: #5E4E1A; }
a { background-color: rgb(94,78,26); }
div.DivClassName
{
background-color: #5E4E1A;
}
.BgClassName
{
background-color: #5E4E1A;
}
</style>
border-color css
<style>
span { border-color: #5E4E1A; }
span { border-color: rgb(94,78,26); }
td.TdClassName
{
border-color: #5E4E1A;
}
.TagClassName
{
border-color: #5E4E1A;
}
</style>