Shades of Deep Bronze #4D422D
Tints of Deep Bronze #4D422D
RGB
CMYK
RGB Variations
Color information
#4D422D (or 0x4D422D) is known color: Deep Bronze. HEX triplet: 4D, 42 and 2D. RGB value is (77,66,45). Sum of RGB (Red+Green+Blue) = 77+66+45=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D422D is #B2BDD2. Grayscale: #424242. Windows color (decimal): -11714003 or 2966093. OLE color: 2966093.
HSL color Cylindrical-coordinate representation of color #4D422D: hue angle of 39.38º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D422D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 45 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.70 |
| HSL | 39.38º | 0.26% | 0.24% | - |
| HSV(B) | 39.38º | 0.42% | 0.3% | - |
| XYZ | 5.48 | 5.66 | 3.29 | - |
| YUV | 66.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 45 | 0 | 0.14 | 0.42 | 0.70 | 39.38 | 0.26 | 0.24 |
| Hex | 4D | 42 | 2D | 0 | E | 2A | 46 | 27 | 1A | 18 |
| Octal | 115 | 102 | 55 | 0 | 16 | 52 | 106 | 47 | 32 | 30 |
| Binary | 1001101 | 1000010 | 101101 | 0 | 1110 | 101010 | 1000110 | 100111 | 11010 | 11000 |
Color Harmonies of #4D422D
Complementary color
Monochromatic Colors of #4D422D
Black with #4D422D
Text Example
Text Example
White with #4D422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D422D; }
p { color: rgb(77,66,45); }
H1.HeaderClassName
{
color: #4D422D;
}
.AnyTagClassName
{
color: #4D422D;
}
</style>
background-color css
<style>
a { background-color: #4D422D; }
a { background-color: rgb(77,66,45); }
div.DivClassName
{
background-color: #4D422D;
}
.BgClassName
{
background-color: #4D422D;
}
</style>
border-color css
<style>
span { border-color: #4D422D; }
span { border-color: rgb(77,66,45); }
td.TdClassName
{
border-color: #4D422D;
}
.TagClassName
{
border-color: #4D422D;
}
</style>