Shades of Deep Bronze #4E412E
Tints of Deep Bronze #4E412E
RGB
CMYK
RGB Variations
Color information
#4E412E (or 0x4E412E) is known color: Deep Bronze. HEX triplet: 4E, 41 and 2E. RGB value is (78,65,46). Sum of RGB (Red+Green+Blue) = 78+65+46=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E412E is #B1BED1. Grayscale: #424242. Windows color (decimal): -11648722 or 3031374. OLE color: 3031374.
HSL color Cylindrical-coordinate representation of color #4E412E: hue angle of 35.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E412E is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 46 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.69 |
| HSL | 35.63º | 0.26% | 0.24% | - |
| HSV(B) | 35.63º | 0.41% | 0.31% | - |
| XYZ | 5.53 | 5.6 | 3.37 | - |
| YUV | 66.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 46 | 0 | 0.17 | 0.41 | 0.69 | 35.63 | 0.26 | 0.24 |
| Hex | 4E | 41 | 2E | 0 | 11 | 29 | 45 | 24 | 1A | 18 |
| Octal | 116 | 101 | 56 | 0 | 21 | 51 | 105 | 44 | 32 | 30 |
| Binary | 1001110 | 1000001 | 101110 | 0 | 10001 | 101001 | 1000101 | 100100 | 11010 | 11000 |
Color Harmonies of #4E412E
Complementary color
Monochromatic Colors of #4E412E
Black with #4E412E
Text Example
Text Example
White with #4E412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E412E; }
p { color: rgb(78,65,46); }
H1.HeaderClassName
{
color: #4E412E;
}
.AnyTagClassName
{
color: #4E412E;
}
</style>
background-color css
<style>
a { background-color: #4E412E; }
a { background-color: rgb(78,65,46); }
div.DivClassName
{
background-color: #4E412E;
}
.BgClassName
{
background-color: #4E412E;
}
</style>
border-color css
<style>
span { border-color: #4E412E; }
span { border-color: rgb(78,65,46); }
td.TdClassName
{
border-color: #4E412E;
}
.TagClassName
{
border-color: #4E412E;
}
</style>