Shades of Deep Bronze #4D3E28
Tints of Deep Bronze #4D3E28
RGB
CMYK
RGB Variations
Color information
#4D3E28 (or 0x4D3E28) is known color: Deep Bronze. HEX triplet: 4D, 3E and 28. RGB value is (77,62,40). Sum of RGB (Red+Green+Blue) = 77+62+40=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E28 is #B2C1D7. Grayscale: #404040. Windows color (decimal): -11715032 or 2637389. OLE color: 2637389.
HSL color Cylindrical-coordinate representation of color #4D3E28: hue angle of 35.68º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D3E28 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 62 | 40 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.70 |
| HSL | 35.68º | 0.32% | 0.23% | - |
| HSV(B) | 35.68º | 0.48% | 0.3% | - |
| XYZ | 5.17 | 5.18 | 2.73 | - |
| YUV | 63.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 40 | 0 | 0.19 | 0.48 | 0.70 | 35.68 | 0.32 | 0.23 |
| Hex | 4D | 3E | 28 | 0 | 13 | 30 | 46 | 24 | 20 | 17 |
| Octal | 115 | 76 | 50 | 0 | 23 | 60 | 106 | 44 | 40 | 27 |
| Binary | 1001101 | 111110 | 101000 | 0 | 10011 | 110000 | 1000110 | 100100 | 100000 | 10111 |
Color Harmonies of #4D3E28
Complementary color
Monochromatic Colors of #4D3E28
Black with #4D3E28
Text Example
Text Example
White with #4D3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E28; }
p { color: rgb(77,62,40); }
H1.HeaderClassName
{
color: #4D3E28;
}
.AnyTagClassName
{
color: #4D3E28;
}
</style>
background-color css
<style>
a { background-color: #4D3E28; }
a { background-color: rgb(77,62,40); }
div.DivClassName
{
background-color: #4D3E28;
}
.BgClassName
{
background-color: #4D3E28;
}
</style>
border-color css
<style>
span { border-color: #4D3E28; }
span { border-color: rgb(77,62,40); }
td.TdClassName
{
border-color: #4D3E28;
}
.TagClassName
{
border-color: #4D3E28;
}
</style>