Shades of Deep Bronze #4E3F26
Tints of Deep Bronze #4E3F26
RGB
CMYK
RGB Variations
Color information
#4E3F26 (or 0x4E3F26) is known color: Deep Bronze. HEX triplet: 4E, 3F and 26. RGB value is (78,63,38). Sum of RGB (Red+Green+Blue) = 78+63+38=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F26 is #B1C0D9. Grayscale: #404040. Windows color (decimal): -11649242 or 2506574. OLE color: 2506574.
HSL color Cylindrical-coordinate representation of color #4E3F26: hue angle of 37.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3F26 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 38 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.69 |
| HSL | 37.5º | 0.34% | 0.23% | - |
| HSV(B) | 37.5º | 0.51% | 0.31% | - |
| XYZ | 5.27 | 5.31 | 2.58 | - |
| YUV | 64.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 38 | 0 | 0.19 | 0.51 | 0.69 | 37.5 | 0.34 | 0.23 |
| Hex | 4E | 3F | 26 | 0 | 13 | 33 | 45 | 26 | 22 | 17 |
| Octal | 116 | 77 | 46 | 0 | 23 | 63 | 105 | 46 | 42 | 27 |
| Binary | 1001110 | 111111 | 100110 | 0 | 10011 | 110011 | 1000101 | 100110 | 100010 | 10111 |
Color Harmonies of #4E3F26
Complementary color
Monochromatic Colors of #4E3F26
Black with #4E3F26
Text Example
Text Example
White with #4E3F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F26; }
p { color: rgb(78,63,38); }
H1.HeaderClassName
{
color: #4E3F26;
}
.AnyTagClassName
{
color: #4E3F26;
}
</style>
background-color css
<style>
a { background-color: #4E3F26; }
a { background-color: rgb(78,63,38); }
div.DivClassName
{
background-color: #4E3F26;
}
.BgClassName
{
background-color: #4E3F26;
}
</style>
border-color css
<style>
span { border-color: #4E3F26; }
span { border-color: rgb(78,63,38); }
td.TdClassName
{
border-color: #4E3F26;
}
.TagClassName
{
border-color: #4E3F26;
}
</style>