Shades of Deep Bronze #4C3C29
Tints of Deep Bronze #4C3C29
RGB
CMYK
RGB Variations
Color information
#4C3C29 (or 0x4C3C29) is known color: Deep Bronze. HEX triplet: 4C, 3C and 29. RGB value is (76,60,41). Sum of RGB (Red+Green+Blue) = 76+60+41=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C29 is #B3C3D6. Grayscale: #3E3E3E. Windows color (decimal): -11781079 or 2702412. OLE color: 2702412.
HSL color Cylindrical-coordinate representation of color #4C3C29: hue angle of 32.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3C29 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 60 | 41 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.70 |
| HSL | 32.57º | 0.3% | 0.23% | - |
| HSV(B) | 32.57º | 0.46% | 0.3% | - |
| XYZ | 5 | 4.93 | 2.79 | - |
| YUV | 62.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 41 | 0 | 0.21 | 0.46 | 0.70 | 32.57 | 0.3 | 0.23 |
| Hex | 4C | 3C | 29 | 0 | 15 | 2E | 46 | 21 | 1E | 17 |
| Octal | 114 | 74 | 51 | 0 | 25 | 56 | 106 | 41 | 36 | 27 |
| Binary | 1001100 | 111100 | 101001 | 0 | 10101 | 101110 | 1000110 | 100001 | 11110 | 10111 |
Color Harmonies of #4C3C29
Complementary color
Monochromatic Colors of #4C3C29
Black with #4C3C29
Text Example
Text Example
White with #4C3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C29; }
p { color: rgb(76,60,41); }
H1.HeaderClassName
{
color: #4C3C29;
}
.AnyTagClassName
{
color: #4C3C29;
}
</style>
background-color css
<style>
a { background-color: #4C3C29; }
a { background-color: rgb(76,60,41); }
div.DivClassName
{
background-color: #4C3C29;
}
.BgClassName
{
background-color: #4C3C29;
}
</style>
border-color css
<style>
span { border-color: #4C3C29; }
span { border-color: rgb(76,60,41); }
td.TdClassName
{
border-color: #4C3C29;
}
.TagClassName
{
border-color: #4C3C29;
}
</style>