Shades of Deep Bronze #4C4032
Tints of Deep Bronze #4C4032
RGB
CMYK
RGB Variations
Color information
#4C4032 (or 0x4C4032) is known color: Deep Bronze. HEX triplet: 4C, 40 and 32. RGB value is (76,64,50). Sum of RGB (Red+Green+Blue) = 76+64+50=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4032 is #B3BFCD. Grayscale: #424242. Windows color (decimal): -11780046 or 3293260. OLE color: 3293260.
HSL color Cylindrical-coordinate representation of color #4C4032: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C4032 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 50 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.70 |
| HSL | 32.31º | 0.21% | 0.25% | - |
| HSV(B) | 32.31º | 0.34% | 0.3% | - |
| XYZ | 5.39 | 5.43 | 3.78 | - |
| YUV | 65.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 50 | 0 | 0.16 | 0.34 | 0.70 | 32.31 | 0.21 | 0.25 |
| Hex | 4C | 40 | 32 | 0 | 10 | 22 | 46 | 20 | 15 | 19 |
| Octal | 114 | 100 | 62 | 0 | 20 | 42 | 106 | 40 | 25 | 31 |
| Binary | 1001100 | 1000000 | 110010 | 0 | 10000 | 100010 | 1000110 | 100000 | 10101 | 11001 |
Color Harmonies of #4C4032
Complementary color
Monochromatic Colors of #4C4032
Black with #4C4032
Text Example
Text Example
White with #4C4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4032; }
p { color: rgb(76,64,50); }
H1.HeaderClassName
{
color: #4C4032;
}
.AnyTagClassName
{
color: #4C4032;
}
</style>
background-color css
<style>
a { background-color: #4C4032; }
a { background-color: rgb(76,64,50); }
div.DivClassName
{
background-color: #4C4032;
}
.BgClassName
{
background-color: #4C4032;
}
</style>
border-color css
<style>
span { border-color: #4C4032; }
span { border-color: rgb(76,64,50); }
td.TdClassName
{
border-color: #4C4032;
}
.TagClassName
{
border-color: #4C4032;
}
</style>