Shades of Bronze Olive #4E4A21
Tints of Bronze Olive #4E4A21
RGB
CMYK
RGB Variations
Color information
#4E4A21 (or 0x4E4A21) is known color: Bronze Olive. HEX triplet: 4E, 4A and 21. RGB value is (78,74,33). Sum of RGB (Red+Green+Blue) = 78+74+33=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A21 is #B1B5DE. Grayscale: #464646. Windows color (decimal): -11646431 or 2181710. OLE color: 2181710.
HSL color Cylindrical-coordinate representation of color #4E4A21: hue angle of 54.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E4A21 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 33 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.69 |
| HSL | 54.67º | 0.41% | 0.22% | - |
| HSV(B) | 54.67º | 0.58% | 0.31% | - |
| XYZ | 5.87 | 6.63 | 2.41 | - |
| YUV | 70.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 33 | 0 | 0.05 | 0.58 | 0.69 | 54.67 | 0.41 | 0.22 |
| Hex | 4E | 4A | 21 | 0 | 5 | 3A | 45 | 37 | 29 | 16 |
| Octal | 116 | 112 | 41 | 0 | 5 | 72 | 105 | 67 | 51 | 26 |
| Binary | 1001110 | 1001010 | 100001 | 0 | 101 | 111010 | 1000101 | 110111 | 101001 | 10110 |
Color Harmonies of #4E4A21
Complementary color
Monochromatic Colors of #4E4A21
Black with #4E4A21
Text Example
Text Example
White with #4E4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A21; }
p { color: rgb(78,74,33); }
H1.HeaderClassName
{
color: #4E4A21;
}
.AnyTagClassName
{
color: #4E4A21;
}
</style>
background-color css
<style>
a { background-color: #4E4A21; }
a { background-color: rgb(78,74,33); }
div.DivClassName
{
background-color: #4E4A21;
}
.BgClassName
{
background-color: #4E4A21;
}
</style>
border-color css
<style>
span { border-color: #4E4A21; }
span { border-color: rgb(78,74,33); }
td.TdClassName
{
border-color: #4E4A21;
}
.TagClassName
{
border-color: #4E4A21;
}
</style>