Shades of Deep Bronze #4C402C
Tints of Deep Bronze #4C402C
RGB
CMYK
RGB Variations
Color information
#4C402C (or 0x4C402C) is known color: Deep Bronze. HEX triplet: 4C, 40 and 2C. RGB value is (76,64,44). Sum of RGB (Red+Green+Blue) = 76+64+44=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 76 - color contains mainly: red. Hex color #4C402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C402C is #B3BFD3. Grayscale: #414141. Windows color (decimal): -11780052 or 2900044. OLE color: 2900044.
HSL color Cylindrical-coordinate representation of color #4C402C: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C402C is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 44 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.70 |
| HSL | 37.5º | 0.27% | 0.24% | - |
| HSV(B) | 37.5º | 0.42% | 0.3% | - |
| XYZ | 5.27 | 5.39 | 3.14 | - |
| YUV | 65.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 44 | 0 | 0.16 | 0.42 | 0.70 | 37.5 | 0.27 | 0.24 |
| Hex | 4C | 40 | 2C | 0 | 10 | 2A | 46 | 26 | 1B | 18 |
| Octal | 114 | 100 | 54 | 0 | 20 | 52 | 106 | 46 | 33 | 30 |
| Binary | 1001100 | 1000000 | 101100 | 0 | 10000 | 101010 | 1000110 | 100110 | 11011 | 11000 |
Color Harmonies of #4C402C
Complementary color
Monochromatic Colors of #4C402C
Black with #4C402C
Text Example
Text Example
White with #4C402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C402C; }
p { color: rgb(76,64,44); }
H1.HeaderClassName
{
color: #4C402C;
}
.AnyTagClassName
{
color: #4C402C;
}
</style>
background-color css
<style>
a { background-color: #4C402C; }
a { background-color: rgb(76,64,44); }
div.DivClassName
{
background-color: #4C402C;
}
.BgClassName
{
background-color: #4C402C;
}
</style>
border-color css
<style>
span { border-color: #4C402C; }
span { border-color: rgb(76,64,44); }
td.TdClassName
{
border-color: #4C402C;
}
.TagClassName
{
border-color: #4C402C;
}
</style>