Shades of Deep Bronze #4D412C
Tints of Deep Bronze #4D412C
RGB
CMYK
RGB Variations
Color information
#4D412C (or 0x4D412C) is known color: Deep Bronze. HEX triplet: 4D, 41 and 2C. RGB value is (77,65,44). Sum of RGB (Red+Green+Blue) = 77+65+44=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D412C is #B2BED3. Grayscale: #424242. Windows color (decimal): -11714260 or 2900301. OLE color: 2900301.
HSL color Cylindrical-coordinate representation of color #4D412C: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D412C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 44 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.70 |
| HSL | 38.18º | 0.27% | 0.24% | - |
| HSV(B) | 38.18º | 0.43% | 0.3% | - |
| XYZ | 5.41 | 5.54 | 3.17 | - |
| YUV | 66.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 44 | 0 | 0.16 | 0.43 | 0.70 | 38.18 | 0.27 | 0.24 |
| Hex | 4D | 41 | 2C | 0 | 10 | 2B | 46 | 26 | 1B | 18 |
| Octal | 115 | 101 | 54 | 0 | 20 | 53 | 106 | 46 | 33 | 30 |
| Binary | 1001101 | 1000001 | 101100 | 0 | 10000 | 101011 | 1000110 | 100110 | 11011 | 11000 |
Color Harmonies of #4D412C
Complementary color
Monochromatic Colors of #4D412C
Black with #4D412C
Text Example
Text Example
White with #4D412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D412C; }
p { color: rgb(77,65,44); }
H1.HeaderClassName
{
color: #4D412C;
}
.AnyTagClassName
{
color: #4D412C;
}
</style>
background-color css
<style>
a { background-color: #4D412C; }
a { background-color: rgb(77,65,44); }
div.DivClassName
{
background-color: #4D412C;
}
.BgClassName
{
background-color: #4D412C;
}
</style>
border-color css
<style>
span { border-color: #4D412C; }
span { border-color: rgb(77,65,44); }
td.TdClassName
{
border-color: #4D412C;
}
.TagClassName
{
border-color: #4D412C;
}
</style>