Shades of Deep Bronze #4D4435
Tints of Deep Bronze #4D4435
RGB
CMYK
RGB Variations
Color information
#4D4435 (or 0x4D4435) is known color: Deep Bronze. HEX triplet: 4D, 44 and 35. RGB value is (77,68,53). Sum of RGB (Red+Green+Blue) = 77+68+53=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4435 is #B2BBCA. Grayscale: #454545. Windows color (decimal): -11713483 or 3490893. OLE color: 3490893.
HSL color Cylindrical-coordinate representation of color #4D4435: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4435 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 68 | 53 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.70 |
| HSL | 37.5º | 0.18% | 0.25% | - |
| HSV(B) | 37.5º | 0.31% | 0.3% | - |
| XYZ | 5.77 | 5.97 | 4.22 | - |
| YUV | 68.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 53 | 0 | 0.12 | 0.31 | 0.70 | 37.5 | 0.18 | 0.25 |
| Hex | 4D | 44 | 35 | 0 | C | 1F | 46 | 26 | 12 | 19 |
| Octal | 115 | 104 | 65 | 0 | 14 | 37 | 106 | 46 | 22 | 31 |
| Binary | 1001101 | 1000100 | 110101 | 0 | 1100 | 11111 | 1000110 | 100110 | 10010 | 11001 |
Color Harmonies of #4D4435
Complementary color
Monochromatic Colors of #4D4435
Black with #4D4435
Text Example
Text Example
White with #4D4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4435; }
p { color: rgb(77,68,53); }
H1.HeaderClassName
{
color: #4D4435;
}
.AnyTagClassName
{
color: #4D4435;
}
</style>
background-color css
<style>
a { background-color: #4D4435; }
a { background-color: rgb(77,68,53); }
div.DivClassName
{
background-color: #4D4435;
}
.BgClassName
{
background-color: #4D4435;
}
</style>
border-color css
<style>
span { border-color: #4D4435; }
span { border-color: rgb(77,68,53); }
td.TdClassName
{
border-color: #4D4435;
}
.TagClassName
{
border-color: #4D4435;
}
</style>