Shades of Deep Bronze #4D3E2F
Tints of Deep Bronze #4D3E2F
RGB
CMYK
RGB Variations
Color information
#4D3E2F (or 0x4D3E2F) is known color: Deep Bronze. HEX triplet: 4D, 3E and 2F. RGB value is (77,62,47). Sum of RGB (Red+Green+Blue) = 77+62+47=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E2F is #B2C1D0. Grayscale: #404040. Windows color (decimal): -11715025 or 3096141. OLE color: 3096141.
HSL color Cylindrical-coordinate representation of color #4D3E2F: hue angle of 30º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D3E2F is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 62 | 47 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.70 |
| HSL | 30º | 0.24% | 0.24% | - |
| HSV(B) | 30º | 0.39% | 0.3% | - |
| XYZ | 5.3 | 5.23 | 3.42 | - |
| YUV | 64.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 47 | 0 | 0.19 | 0.39 | 0.70 | 30 | 0.24 | 0.24 |
| Hex | 4D | 3E | 2F | 0 | 13 | 27 | 46 | 1E | 18 | 18 |
| Octal | 115 | 76 | 57 | 0 | 23 | 47 | 106 | 36 | 30 | 30 |
| Binary | 1001101 | 111110 | 101111 | 0 | 10011 | 100111 | 1000110 | 11110 | 11000 | 11000 |
Color Harmonies of #4D3E2F
Complementary color
Monochromatic Colors of #4D3E2F
Black with #4D3E2F
Text Example
Text Example
White with #4D3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E2F; }
p { color: rgb(77,62,47); }
H1.HeaderClassName
{
color: #4D3E2F;
}
.AnyTagClassName
{
color: #4D3E2F;
}
</style>
background-color css
<style>
a { background-color: #4D3E2F; }
a { background-color: rgb(77,62,47); }
div.DivClassName
{
background-color: #4D3E2F;
}
.BgClassName
{
background-color: #4D3E2F;
}
</style>
border-color css
<style>
span { border-color: #4D3E2F; }
span { border-color: rgb(77,62,47); }
td.TdClassName
{
border-color: #4D3E2F;
}
.TagClassName
{
border-color: #4D3E2F;
}
</style>