Shades of Deep Bronze #4E4434
Tints of Deep Bronze #4E4434
RGB
CMYK
RGB Variations
Color information
#4E4434 (or 0x4E4434) is known color: Deep Bronze. HEX triplet: 4E, 44 and 34. RGB value is (78,68,52). Sum of RGB (Red+Green+Blue) = 78+68+52=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4434 is #B1BBCB. Grayscale: #454545. Windows color (decimal): -11647948 or 3425358. OLE color: 3425358.
HSL color Cylindrical-coordinate representation of color #4E4434: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E4434 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 52 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.69 |
| HSL | 36.92º | 0.2% | 0.25% | - |
| HSV(B) | 36.92º | 0.33% | 0.31% | - |
| XYZ | 5.83 | 6 | 4.1 | - |
| YUV | 69.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 52 | 0 | 0.13 | 0.33 | 0.69 | 36.92 | 0.2 | 0.25 |
| Hex | 4E | 44 | 34 | 0 | D | 21 | 45 | 25 | 14 | 19 |
| Octal | 116 | 104 | 64 | 0 | 15 | 41 | 105 | 45 | 24 | 31 |
| Binary | 1001110 | 1000100 | 110100 | 0 | 1101 | 100001 | 1000101 | 100101 | 10100 | 11001 |
Color Harmonies of #4E4434
Complementary color
Monochromatic Colors of #4E4434
Black with #4E4434
Text Example
Text Example
White with #4E4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4434; }
p { color: rgb(78,68,52); }
H1.HeaderClassName
{
color: #4E4434;
}
.AnyTagClassName
{
color: #4E4434;
}
</style>
background-color css
<style>
a { background-color: #4E4434; }
a { background-color: rgb(78,68,52); }
div.DivClassName
{
background-color: #4E4434;
}
.BgClassName
{
background-color: #4E4434;
}
</style>
border-color css
<style>
span { border-color: #4E4434; }
span { border-color: rgb(78,68,52); }
td.TdClassName
{
border-color: #4E4434;
}
.TagClassName
{
border-color: #4E4434;
}
</style>