Shades of Deep Bronze #4E3F2D
Tints of Deep Bronze #4E3F2D
RGB
CMYK
RGB Variations
Color information
#4E3F2D (or 0x4E3F2D) is known color: Deep Bronze. HEX triplet: 4E, 3F and 2D. RGB value is (78,63,45). Sum of RGB (Red+Green+Blue) = 78+63+45=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F2D is #B1C0D2. Grayscale: #414141. Windows color (decimal): -11649235 or 2965326. OLE color: 2965326.
HSL color Cylindrical-coordinate representation of color #4E3F2D: hue angle of 32.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E3F2D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 45 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.69 |
| HSL | 32.73º | 0.27% | 0.24% | - |
| HSV(B) | 32.73º | 0.42% | 0.31% | - |
| XYZ | 5.39 | 5.36 | 3.23 | - |
| YUV | 65.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 45 | 0 | 0.19 | 0.42 | 0.69 | 32.73 | 0.27 | 0.24 |
| Hex | 4E | 3F | 2D | 0 | 13 | 2A | 45 | 21 | 1B | 18 |
| Octal | 116 | 77 | 55 | 0 | 23 | 52 | 105 | 41 | 33 | 30 |
| Binary | 1001110 | 111111 | 101101 | 0 | 10011 | 101010 | 1000101 | 100001 | 11011 | 11000 |
Color Harmonies of #4E3F2D
Complementary color
Monochromatic Colors of #4E3F2D
Black with #4E3F2D
Text Example
Text Example
White with #4E3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F2D; }
p { color: rgb(78,63,45); }
H1.HeaderClassName
{
color: #4E3F2D;
}
.AnyTagClassName
{
color: #4E3F2D;
}
</style>
background-color css
<style>
a { background-color: #4E3F2D; }
a { background-color: rgb(78,63,45); }
div.DivClassName
{
background-color: #4E3F2D;
}
.BgClassName
{
background-color: #4E3F2D;
}
</style>
border-color css
<style>
span { border-color: #4E3F2D; }
span { border-color: rgb(78,63,45); }
td.TdClassName
{
border-color: #4E3F2D;
}
.TagClassName
{
border-color: #4E3F2D;
}
</style>