Shades of Deep Bronze #4E4027
Tints of Deep Bronze #4E4027
RGB
CMYK
RGB Variations
Color information
#4E4027 (or 0x4E4027) is known color: Deep Bronze. HEX triplet: 4E, 40 and 27. RGB value is (78,64,39). Sum of RGB (Red+Green+Blue) = 78+64+39=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4027 is #B1BFD8. Grayscale: #414141. Windows color (decimal): -11648985 or 2572366. OLE color: 2572366.
HSL color Cylindrical-coordinate representation of color #4E4027: hue angle of 38.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4027 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 64 | 39 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.69 |
| HSL | 38.46º | 0.33% | 0.23% | - |
| HSV(B) | 38.46º | 0.5% | 0.31% | - |
| XYZ | 5.34 | 5.43 | 2.69 | - |
| YUV | 65.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 39 | 0 | 0.18 | 0.50 | 0.69 | 38.46 | 0.33 | 0.23 |
| Hex | 4E | 40 | 27 | 0 | 12 | 32 | 45 | 26 | 21 | 17 |
| Octal | 116 | 100 | 47 | 0 | 22 | 62 | 105 | 46 | 41 | 27 |
| Binary | 1001110 | 1000000 | 100111 | 0 | 10010 | 110010 | 1000101 | 100110 | 100001 | 10111 |
Color Harmonies of #4E4027
Complementary color
Monochromatic Colors of #4E4027
Black with #4E4027
Text Example
Text Example
White with #4E4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4027; }
p { color: rgb(78,64,39); }
H1.HeaderClassName
{
color: #4E4027;
}
.AnyTagClassName
{
color: #4E4027;
}
</style>
background-color css
<style>
a { background-color: #4E4027; }
a { background-color: rgb(78,64,39); }
div.DivClassName
{
background-color: #4E4027;
}
.BgClassName
{
background-color: #4E4027;
}
</style>
border-color css
<style>
span { border-color: #4E4027; }
span { border-color: rgb(78,64,39); }
td.TdClassName
{
border-color: #4E4027;
}
.TagClassName
{
border-color: #4E4027;
}
</style>