Shades of Bronze Olive #4E471F
Tints of Bronze Olive #4E471F
RGB
CMYK
RGB Variations
Color information
#4E471F (or 0x4E471F) is known color: Bronze Olive. HEX triplet: 4E, 47 and 1F. RGB value is (78,71,31). Sum of RGB (Red+Green+Blue) = 78+71+31=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E471F is #B1B8E0. Grayscale: #444444. Windows color (decimal): -11647201 or 2049870. OLE color: 2049870.
HSL color Cylindrical-coordinate representation of color #4E471F: hue angle of 51.06º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E471F is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 31 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.69 |
| HSL | 51.06º | 0.43% | 0.21% | - |
| HSV(B) | 51.06º | 0.6% | 0.31% | - |
| XYZ | 5.64 | 6.23 | 2.2 | - |
| YUV | 68.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 31 | 0 | 0.09 | 0.60 | 0.69 | 51.06 | 0.43 | 0.21 |
| Hex | 4E | 47 | 1F | 0 | 9 | 3C | 45 | 33 | 2B | 15 |
| Octal | 116 | 107 | 37 | 0 | 11 | 74 | 105 | 63 | 53 | 25 |
| Binary | 1001110 | 1000111 | 11111 | 0 | 1001 | 111100 | 1000101 | 110011 | 101011 | 10101 |
Color Harmonies of #4E471F
Complementary color
Monochromatic Colors of #4E471F
Black with #4E471F
Text Example
Text Example
White with #4E471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E471F; }
p { color: rgb(78,71,31); }
H1.HeaderClassName
{
color: #4E471F;
}
.AnyTagClassName
{
color: #4E471F;
}
</style>
background-color css
<style>
a { background-color: #4E471F; }
a { background-color: rgb(78,71,31); }
div.DivClassName
{
background-color: #4E471F;
}
.BgClassName
{
background-color: #4E471F;
}
</style>
border-color css
<style>
span { border-color: #4E471F; }
span { border-color: rgb(78,71,31); }
td.TdClassName
{
border-color: #4E471F;
}
.TagClassName
{
border-color: #4E471F;
}
</style>