Shades of Deep Bronze #4D4234
Tints of Deep Bronze #4D4234
RGB
CMYK
RGB Variations
Color information
#4D4234 (or 0x4D4234) is known color: Deep Bronze. HEX triplet: 4D, 42 and 34. RGB value is (77,66,52). Sum of RGB (Red+Green+Blue) = 77+66+52=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4234 is #B2BDCB. Grayscale: #434343. Windows color (decimal): -11713996 or 3424845. OLE color: 3424845.
HSL color Cylindrical-coordinate representation of color #4D4234: hue angle of 33.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4234 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 66 | 52 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.70 |
| HSL | 33.6º | 0.19% | 0.25% | - |
| HSV(B) | 33.6º | 0.32% | 0.3% | - |
| XYZ | 5.63 | 5.72 | 4.06 | - |
| YUV | 67.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 52 | 0 | 0.14 | 0.32 | 0.70 | 33.6 | 0.19 | 0.25 |
| Hex | 4D | 42 | 34 | 0 | E | 20 | 46 | 22 | 13 | 19 |
| Octal | 115 | 102 | 64 | 0 | 16 | 40 | 106 | 42 | 23 | 31 |
| Binary | 1001101 | 1000010 | 110100 | 0 | 1110 | 100000 | 1000110 | 100010 | 10011 | 11001 |
Color Harmonies of #4D4234
Complementary color
Monochromatic Colors of #4D4234
Black with #4D4234
Text Example
Text Example
White with #4D4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4234; }
p { color: rgb(77,66,52); }
H1.HeaderClassName
{
color: #4D4234;
}
.AnyTagClassName
{
color: #4D4234;
}
</style>
background-color css
<style>
a { background-color: #4D4234; }
a { background-color: rgb(77,66,52); }
div.DivClassName
{
background-color: #4D4234;
}
.BgClassName
{
background-color: #4D4234;
}
</style>
border-color css
<style>
span { border-color: #4D4234; }
span { border-color: rgb(77,66,52); }
td.TdClassName
{
border-color: #4D4234;
}
.TagClassName
{
border-color: #4D4234;
}
</style>