Shades of Deep Bronze #4E4031
Tints of Deep Bronze #4E4031
RGB
CMYK
RGB Variations
Color information
#4E4031 (or 0x4E4031) is known color: Deep Bronze. HEX triplet: 4E, 40 and 31. RGB value is (78,64,49). Sum of RGB (Red+Green+Blue) = 78+64+49=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4031 is #B1BFCE. Grayscale: #424242. Windows color (decimal): -11648975 or 3227726. OLE color: 3227726.
HSL color Cylindrical-coordinate representation of color #4E4031: hue angle of 31.03º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4031 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 49 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.69 |
| HSL | 31.03º | 0.23% | 0.25% | - |
| HSV(B) | 31.03º | 0.37% | 0.31% | - |
| XYZ | 5.53 | 5.51 | 3.68 | - |
| YUV | 66.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 49 | 0 | 0.18 | 0.37 | 0.69 | 31.03 | 0.23 | 0.25 |
| Hex | 4E | 40 | 31 | 0 | 12 | 25 | 45 | 1F | 17 | 19 |
| Octal | 116 | 100 | 61 | 0 | 22 | 45 | 105 | 37 | 27 | 31 |
| Binary | 1001110 | 1000000 | 110001 | 0 | 10010 | 100101 | 1000101 | 11111 | 10111 | 11001 |
Color Harmonies of #4E4031
Complementary color
Monochromatic Colors of #4E4031
Black with #4E4031
Text Example
Text Example
White with #4E4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4031; }
p { color: rgb(78,64,49); }
H1.HeaderClassName
{
color: #4E4031;
}
.AnyTagClassName
{
color: #4E4031;
}
</style>
background-color css
<style>
a { background-color: #4E4031; }
a { background-color: rgb(78,64,49); }
div.DivClassName
{
background-color: #4E4031;
}
.BgClassName
{
background-color: #4E4031;
}
</style>
border-color css
<style>
span { border-color: #4E4031; }
span { border-color: rgb(78,64,49); }
td.TdClassName
{
border-color: #4E4031;
}
.TagClassName
{
border-color: #4E4031;
}
</style>