Shades of Deep Bronze #4E3E2B
Tints of Deep Bronze #4E3E2B
RGB
CMYK
RGB Variations
Color information
#4E3E2B (or 0x4E3E2B) is known color: Deep Bronze. HEX triplet: 4E, 3E and 2B. RGB value is (78,62,43). Sum of RGB (Red+Green+Blue) = 78+62+43=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E2B is #B1C1D4. Grayscale: #404040. Windows color (decimal): -11649493 or 2833998. OLE color: 2833998.
HSL color Cylindrical-coordinate representation of color #4E3E2B: hue angle of 32.57º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E3E2B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 62 | 43 | - |
CMYK | 0 | 0.21 | 0.45 | 0.69 |
HSL | 32.57º | 0.29% | 0.24% | - |
HSV(B) | 32.57º | 0.45% | 0.31% | - |
XYZ | 5.3 | 5.24 | 3.02 | - |
YUV | 64.62 | 115.8 | 137.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 62 | 43 | 0 | 0.21 | 0.45 | 0.69 | 32.57 | 0.29 | 0.24 |
Hex | 4E | 3E | 2B | 0 | 15 | 2D | 45 | 21 | 1D | 18 |
Octal | 116 | 76 | 53 | 0 | 25 | 55 | 105 | 41 | 35 | 30 |
Binary | 1001110 | 111110 | 101011 | 0 | 10101 | 101101 | 1000101 | 100001 | 11101 | 11000 |
Color Harmonies of #4E3E2B
Complementary color
Monochromatic Colors of #4E3E2B
Black with #4E3E2B
Text Example
Text Example
White with #4E3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E2B; }
p { color: rgb(78,62,43); }
H1.HeaderClassName
{
color: #4E3E2B;
}
.AnyTagClassName
{
color: #4E3E2B;
}
</style>
background-color css
<style>
a { background-color: #4E3E2B; }
a { background-color: rgb(78,62,43); }
div.DivClassName
{
background-color: #4E3E2B;
}
.BgClassName
{
background-color: #4E3E2B;
}
</style>
border-color css
<style>
span { border-color: #4E3E2B; }
span { border-color: rgb(78,62,43); }
td.TdClassName
{
border-color: #4E3E2B;
}
.TagClassName
{
border-color: #4E3E2B;
}
</style>