Shades of Deep Bronze #4E4232
Tints of Deep Bronze #4E4232
RGB
CMYK
RGB Variations
Color information
#4E4232 (or 0x4E4232) is known color: Deep Bronze. HEX triplet: 4E, 42 and 32. RGB value is (78,66,50). Sum of RGB (Red+Green+Blue) = 78+66+50=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4232 is #B1BDCD. Grayscale: #434343. Windows color (decimal): -11648462 or 3293774. OLE color: 3293774.
HSL color Cylindrical-coordinate representation of color #4E4232: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4232 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 50 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.69 |
| HSL | 34.29º | 0.22% | 0.25% | - |
| HSV(B) | 34.29º | 0.36% | 0.31% | - |
| XYZ | 5.67 | 5.75 | 3.83 | - |
| YUV | 67.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 50 | 0 | 0.15 | 0.36 | 0.69 | 34.29 | 0.22 | 0.25 |
| Hex | 4E | 42 | 32 | 0 | F | 24 | 45 | 22 | 16 | 19 |
| Octal | 116 | 102 | 62 | 0 | 17 | 44 | 105 | 42 | 26 | 31 |
| Binary | 1001110 | 1000010 | 110010 | 0 | 1111 | 100100 | 1000101 | 100010 | 10110 | 11001 |
Color Harmonies of #4E4232
Complementary color
Monochromatic Colors of #4E4232
Black with #4E4232
Text Example
Text Example
White with #4E4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4232; }
p { color: rgb(78,66,50); }
H1.HeaderClassName
{
color: #4E4232;
}
.AnyTagClassName
{
color: #4E4232;
}
</style>
background-color css
<style>
a { background-color: #4E4232; }
a { background-color: rgb(78,66,50); }
div.DivClassName
{
background-color: #4E4232;
}
.BgClassName
{
background-color: #4E4232;
}
</style>
border-color css
<style>
span { border-color: #4E4232; }
span { border-color: rgb(78,66,50); }
td.TdClassName
{
border-color: #4E4232;
}
.TagClassName
{
border-color: #4E4232;
}
</style>