Shades of Deep Bronze #4E4234
Tints of Deep Bronze #4E4234
RGB
CMYK
RGB Variations
Color information
#4E4234 (or 0x4E4234) is known color: Deep Bronze. HEX triplet: 4E, 42 and 34. RGB value is (78,66,52). Sum of RGB (Red+Green+Blue) = 78+66+52=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4234 is #B1BDCB. Grayscale: #444444. Windows color (decimal): -11648460 or 3424846. OLE color: 3424846.
HSL color Cylindrical-coordinate representation of color #4E4234: hue angle of 32.31º 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 #4E4234 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 52 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.69 |
| HSL | 32.31º | 0.2% | 0.25% | - |
| HSV(B) | 32.31º | 0.33% | 0.31% | - |
| XYZ | 5.71 | 5.76 | 4.06 | - |
| YUV | 67.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 52 | 0 | 0.15 | 0.33 | 0.69 | 32.31 | 0.2 | 0.25 |
| Hex | 4E | 42 | 34 | 0 | F | 21 | 45 | 20 | 14 | 19 |
| Octal | 116 | 102 | 64 | 0 | 17 | 41 | 105 | 40 | 24 | 31 |
| Binary | 1001110 | 1000010 | 110100 | 0 | 1111 | 100001 | 1000101 | 100000 | 10100 | 11001 |
Color Harmonies of #4E4234
Complementary color
Monochromatic Colors of #4E4234
Black with #4E4234
Text Example
Text Example
White with #4E4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4234; }
p { color: rgb(78,66,52); }
H1.HeaderClassName
{
color: #4E4234;
}
.AnyTagClassName
{
color: #4E4234;
}
</style>
background-color css
<style>
a { background-color: #4E4234; }
a { background-color: rgb(78,66,52); }
div.DivClassName
{
background-color: #4E4234;
}
.BgClassName
{
background-color: #4E4234;
}
</style>
border-color css
<style>
span { border-color: #4E4234; }
span { border-color: rgb(78,66,52); }
td.TdClassName
{
border-color: #4E4234;
}
.TagClassName
{
border-color: #4E4234;
}
</style>