Shades of Deep Bronze #4E3F2F
Tints of Deep Bronze #4E3F2F
RGB
CMYK
RGB Variations
Color information
#4E3F2F (or 0x4E3F2F) is known color: Deep Bronze. HEX triplet: 4E, 3F and 2F. RGB value is (78,63,47). Sum of RGB (Red+Green+Blue) = 78+63+47=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F2F is #B1C0D0. Grayscale: #414141. Windows color (decimal): -11649233 or 3096398. OLE color: 3096398.
HSL color Cylindrical-coordinate representation of color #4E3F2F: hue angle of 30.97º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3F2F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 47 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.69 |
| HSL | 30.97º | 0.25% | 0.25% | - |
| HSV(B) | 30.97º | 0.4% | 0.31% | - |
| XYZ | 5.43 | 5.38 | 3.44 | - |
| YUV | 65.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 47 | 0 | 0.19 | 0.40 | 0.69 | 30.97 | 0.25 | 0.25 |
| Hex | 4E | 3F | 2F | 0 | 13 | 28 | 45 | 1F | 19 | 19 |
| Octal | 116 | 77 | 57 | 0 | 23 | 50 | 105 | 37 | 31 | 31 |
| Binary | 1001110 | 111111 | 101111 | 0 | 10011 | 101000 | 1000101 | 11111 | 11001 | 11001 |
Color Harmonies of #4E3F2F
Complementary color
Monochromatic Colors of #4E3F2F
Black with #4E3F2F
Text Example
Text Example
White with #4E3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F2F; }
p { color: rgb(78,63,47); }
H1.HeaderClassName
{
color: #4E3F2F;
}
.AnyTagClassName
{
color: #4E3F2F;
}
</style>
background-color css
<style>
a { background-color: #4E3F2F; }
a { background-color: rgb(78,63,47); }
div.DivClassName
{
background-color: #4E3F2F;
}
.BgClassName
{
background-color: #4E3F2F;
}
</style>
border-color css
<style>
span { border-color: #4E3F2F; }
span { border-color: rgb(78,63,47); }
td.TdClassName
{
border-color: #4E3F2F;
}
.TagClassName
{
border-color: #4E3F2F;
}
</style>