Shades of Deep Bronze #4E422F
Tints of Deep Bronze #4E422F
RGB
CMYK
RGB Variations
Color information
#4E422F (or 0x4E422F) is known color: Deep Bronze. HEX triplet: 4E, 42 and 2F. RGB value is (78,66,47). Sum of RGB (Red+Green+Blue) = 78+66+47=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E422F is #B1BDD0. Grayscale: #434343. Windows color (decimal): -11648465 or 3097166. OLE color: 3097166.
HSL color Cylindrical-coordinate representation of color #4E422F: hue angle of 36.77º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E422F is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 47 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.69 |
| HSL | 36.77º | 0.25% | 0.25% | - |
| HSV(B) | 36.77º | 0.4% | 0.31% | - |
| XYZ | 5.6 | 5.72 | 3.5 | - |
| YUV | 67.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 47 | 0 | 0.15 | 0.40 | 0.69 | 36.77 | 0.25 | 0.25 |
| Hex | 4E | 42 | 2F | 0 | F | 28 | 45 | 25 | 19 | 19 |
| Octal | 116 | 102 | 57 | 0 | 17 | 50 | 105 | 45 | 31 | 31 |
| Binary | 1001110 | 1000010 | 101111 | 0 | 1111 | 101000 | 1000101 | 100101 | 11001 | 11001 |
Color Harmonies of #4E422F
Complementary color
Monochromatic Colors of #4E422F
Black with #4E422F
Text Example
Text Example
White with #4E422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E422F; }
p { color: rgb(78,66,47); }
H1.HeaderClassName
{
color: #4E422F;
}
.AnyTagClassName
{
color: #4E422F;
}
</style>
background-color css
<style>
a { background-color: #4E422F; }
a { background-color: rgb(78,66,47); }
div.DivClassName
{
background-color: #4E422F;
}
.BgClassName
{
background-color: #4E422F;
}
</style>
border-color css
<style>
span { border-color: #4E422F; }
span { border-color: rgb(78,66,47); }
td.TdClassName
{
border-color: #4E422F;
}
.TagClassName
{
border-color: #4E422F;
}
</style>