Shades of Deep Bronze #4D422F
Tints of Deep Bronze #4D422F
RGB
CMYK
RGB Variations
Color information
#4D422F (or 0x4D422F) is known color: Deep Bronze. HEX triplet: 4D, 42 and 2F. RGB value is (77,66,47). Sum of RGB (Red+Green+Blue) = 77+66+47=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D422F is #B2BDD0. Grayscale: #434343. Windows color (decimal): -11714001 or 3097165. OLE color: 3097165.
HSL color Cylindrical-coordinate representation of color #4D422F: hue angle of 38º 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 #4D422F is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 47 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.70 |
| HSL | 38º | 0.24% | 0.24% | - |
| HSV(B) | 38º | 0.39% | 0.3% | - |
| XYZ | 5.52 | 5.68 | 3.49 | - |
| YUV | 67.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 47 | 0 | 0.14 | 0.39 | 0.70 | 38 | 0.24 | 0.24 |
| Hex | 4D | 42 | 2F | 0 | E | 27 | 46 | 26 | 18 | 18 |
| Octal | 115 | 102 | 57 | 0 | 16 | 47 | 106 | 46 | 30 | 30 |
| Binary | 1001101 | 1000010 | 101111 | 0 | 1110 | 100111 | 1000110 | 100110 | 11000 | 11000 |
Color Harmonies of #4D422F
Complementary color
Monochromatic Colors of #4D422F
Black with #4D422F
Text Example
Text Example
White with #4D422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D422F; }
p { color: rgb(77,66,47); }
H1.HeaderClassName
{
color: #4D422F;
}
.AnyTagClassName
{
color: #4D422F;
}
</style>
background-color css
<style>
a { background-color: #4D422F; }
a { background-color: rgb(77,66,47); }
div.DivClassName
{
background-color: #4D422F;
}
.BgClassName
{
background-color: #4D422F;
}
</style>
border-color css
<style>
span { border-color: #4D422F; }
span { border-color: rgb(77,66,47); }
td.TdClassName
{
border-color: #4D422F;
}
.TagClassName
{
border-color: #4D422F;
}
</style>