Shades of Deep Bronze #4D402F
Tints of Deep Bronze #4D402F
RGB
CMYK
RGB Variations
Color information
#4D402F (or 0x4D402F) is known color: Deep Bronze. HEX triplet: 4D, 40 and 2F. RGB value is (77,64,47). Sum of RGB (Red+Green+Blue) = 77+64+47=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D402F is #B2BFD0. Grayscale: #424242. Windows color (decimal): -11714513 or 3096653. OLE color: 3096653.
HSL color Cylindrical-coordinate representation of color #4D402F: hue angle of 34º 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 #4D402F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 47 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.70 |
| HSL | 34º | 0.24% | 0.24% | - |
| HSV(B) | 34º | 0.39% | 0.3% | - |
| XYZ | 5.41 | 5.45 | 3.46 | - |
| YUV | 65.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 47 | 0 | 0.17 | 0.39 | 0.70 | 34 | 0.24 | 0.24 |
| Hex | 4D | 40 | 2F | 0 | 11 | 27 | 46 | 22 | 18 | 18 |
| Octal | 115 | 100 | 57 | 0 | 21 | 47 | 106 | 42 | 30 | 30 |
| Binary | 1001101 | 1000000 | 101111 | 0 | 10001 | 100111 | 1000110 | 100010 | 11000 | 11000 |
Color Harmonies of #4D402F
Complementary color
Monochromatic Colors of #4D402F
Black with #4D402F
Text Example
Text Example
White with #4D402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D402F; }
p { color: rgb(77,64,47); }
H1.HeaderClassName
{
color: #4D402F;
}
.AnyTagClassName
{
color: #4D402F;
}
</style>
background-color css
<style>
a { background-color: #4D402F; }
a { background-color: rgb(77,64,47); }
div.DivClassName
{
background-color: #4D402F;
}
.BgClassName
{
background-color: #4D402F;
}
</style>
border-color css
<style>
span { border-color: #4D402F; }
span { border-color: rgb(77,64,47); }
td.TdClassName
{
border-color: #4D402F;
}
.TagClassName
{
border-color: #4D402F;
}
</style>