Shades of Deep Bronze #4D402B
Tints of Deep Bronze #4D402B
RGB
CMYK
RGB Variations
Color information
#4D402B (or 0x4D402B) is known color: Deep Bronze. HEX triplet: 4D, 40 and 2B. RGB value is (77,64,43). Sum of RGB (Red+Green+Blue) = 77+64+43=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D402B is #B2BFD4. Grayscale: #414141. Windows color (decimal): -11714517 or 2834509. OLE color: 2834509.
HSL color Cylindrical-coordinate representation of color #4D402B: hue angle of 37.06º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D402B is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 64 | 43 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.70 |
| HSL | 37.06º | 0.28% | 0.24% | - |
| HSV(B) | 37.06º | 0.44% | 0.3% | - |
| XYZ | 5.33 | 5.42 | 3.05 | - |
| YUV | 65.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 43 | 0 | 0.17 | 0.44 | 0.70 | 37.06 | 0.28 | 0.24 |
| Hex | 4D | 40 | 2B | 0 | 11 | 2C | 46 | 25 | 1C | 18 |
| Octal | 115 | 100 | 53 | 0 | 21 | 54 | 106 | 45 | 34 | 30 |
| Binary | 1001101 | 1000000 | 101011 | 0 | 10001 | 101100 | 1000110 | 100101 | 11100 | 11000 |
Color Harmonies of #4D402B
Complementary color
Monochromatic Colors of #4D402B
Black with #4D402B
Text Example
Text Example
White with #4D402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D402B; }
p { color: rgb(77,64,43); }
H1.HeaderClassName
{
color: #4D402B;
}
.AnyTagClassName
{
color: #4D402B;
}
</style>
background-color css
<style>
a { background-color: #4D402B; }
a { background-color: rgb(77,64,43); }
div.DivClassName
{
background-color: #4D402B;
}
.BgClassName
{
background-color: #4D402B;
}
</style>
border-color css
<style>
span { border-color: #4D402B; }
span { border-color: rgb(77,64,43); }
td.TdClassName
{
border-color: #4D402B;
}
.TagClassName
{
border-color: #4D402B;
}
</style>