Shades of Deep Bronze #4E4131
Tints of Deep Bronze #4E4131
RGB
CMYK
RGB Variations
Color information
#4E4131 (or 0x4E4131) is known color: Deep Bronze. HEX triplet: 4E, 41 and 31. RGB value is (78,65,49). Sum of RGB (Red+Green+Blue) = 78+65+49=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4131 is #B1BECE. Grayscale: #434343. Windows color (decimal): -11648719 or 3227982. OLE color: 3227982.
HSL color Cylindrical-coordinate representation of color #4E4131: hue angle of 33.1º 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 #4E4131 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 49 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.69 |
| HSL | 33.1º | 0.23% | 0.25% | - |
| HSV(B) | 33.1º | 0.37% | 0.31% | - |
| XYZ | 5.59 | 5.62 | 3.7 | - |
| YUV | 67.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 49 | 0 | 0.17 | 0.37 | 0.69 | 33.1 | 0.23 | 0.25 |
| Hex | 4E | 41 | 31 | 0 | 11 | 25 | 45 | 21 | 17 | 19 |
| Octal | 116 | 101 | 61 | 0 | 21 | 45 | 105 | 41 | 27 | 31 |
| Binary | 1001110 | 1000001 | 110001 | 0 | 10001 | 100101 | 1000101 | 100001 | 10111 | 11001 |
Color Harmonies of #4E4131
Complementary color
Monochromatic Colors of #4E4131
Black with #4E4131
Text Example
Text Example
White with #4E4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4131; }
p { color: rgb(78,65,49); }
H1.HeaderClassName
{
color: #4E4131;
}
.AnyTagClassName
{
color: #4E4131;
}
</style>
background-color css
<style>
a { background-color: #4E4131; }
a { background-color: rgb(78,65,49); }
div.DivClassName
{
background-color: #4E4131;
}
.BgClassName
{
background-color: #4E4131;
}
</style>
border-color css
<style>
span { border-color: #4E4131; }
span { border-color: rgb(78,65,49); }
td.TdClassName
{
border-color: #4E4131;
}
.TagClassName
{
border-color: #4E4131;
}
</style>