Shades of Deep Bronze #4E3D2A
Tints of Deep Bronze #4E3D2A
RGB
CMYK
RGB Variations
Color information
#4E3D2A (or 0x4E3D2A) is known color: Deep Bronze. HEX triplet: 4E, 3D and 2A. RGB value is (78,61,42). Sum of RGB (Red+Green+Blue) = 78+61+42=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D2A is #B1C2D5. Grayscale: #404040. Windows color (decimal): -11649750 or 2768206. OLE color: 2768206.
HSL color Cylindrical-coordinate representation of color #4E3D2A: hue angle of 31.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E3D2A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 61 | 42 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.69 |
| HSL | 31.67º | 0.3% | 0.24% | - |
| HSV(B) | 31.67º | 0.46% | 0.31% | - |
| XYZ | 5.23 | 5.12 | 2.9 | - |
| YUV | 63.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 42 | 0 | 0.22 | 0.46 | 0.69 | 31.67 | 0.3 | 0.24 |
| Hex | 4E | 3D | 2A | 0 | 16 | 2E | 45 | 20 | 1E | 18 |
| Octal | 116 | 75 | 52 | 0 | 26 | 56 | 105 | 40 | 36 | 30 |
| Binary | 1001110 | 111101 | 101010 | 0 | 10110 | 101110 | 1000101 | 100000 | 11110 | 11000 |
Color Harmonies of #4E3D2A
Complementary color
Monochromatic Colors of #4E3D2A
Black with #4E3D2A
Text Example
Text Example
White with #4E3D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3D2A; }
p { color: rgb(78,61,42); }
H1.HeaderClassName
{
color: #4E3D2A;
}
.AnyTagClassName
{
color: #4E3D2A;
}
</style>
background-color css
<style>
a { background-color: #4E3D2A; }
a { background-color: rgb(78,61,42); }
div.DivClassName
{
background-color: #4E3D2A;
}
.BgClassName
{
background-color: #4E3D2A;
}
</style>
border-color css
<style>
span { border-color: #4E3D2A; }
span { border-color: rgb(78,61,42); }
td.TdClassName
{
border-color: #4E3D2A;
}
.TagClassName
{
border-color: #4E3D2A;
}
</style>