Shades of Deep Bronze #4C3C28
Tints of Deep Bronze #4C3C28
RGB
CMYK
RGB Variations
Color information
#4C3C28 (or 0x4C3C28) is known color: Deep Bronze. HEX triplet: 4C, 3C and 28. RGB value is (76,60,40). Sum of RGB (Red+Green+Blue) = 76+60+40=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C28 is #B3C3D7. Grayscale: #3E3E3E. Windows color (decimal): -11781080 or 2636876. OLE color: 2636876.
HSL color Cylindrical-coordinate representation of color #4C3C28: hue angle of 33.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C3C28 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 60 | 40 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.70 |
| HSL | 33.33º | 0.31% | 0.23% | - |
| HSV(B) | 33.33º | 0.47% | 0.3% | - |
| XYZ | 4.98 | 4.92 | 2.69 | - |
| YUV | 62.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 40 | 0 | 0.21 | 0.47 | 0.70 | 33.33 | 0.31 | 0.23 |
| Hex | 4C | 3C | 28 | 0 | 15 | 2F | 46 | 21 | 1F | 17 |
| Octal | 114 | 74 | 50 | 0 | 25 | 57 | 106 | 41 | 37 | 27 |
| Binary | 1001100 | 111100 | 101000 | 0 | 10101 | 101111 | 1000110 | 100001 | 11111 | 10111 |
Color Harmonies of #4C3C28
Complementary color
Monochromatic Colors of #4C3C28
Black with #4C3C28
Text Example
Text Example
White with #4C3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C28; }
p { color: rgb(76,60,40); }
H1.HeaderClassName
{
color: #4C3C28;
}
.AnyTagClassName
{
color: #4C3C28;
}
</style>
background-color css
<style>
a { background-color: #4C3C28; }
a { background-color: rgb(76,60,40); }
div.DivClassName
{
background-color: #4C3C28;
}
.BgClassName
{
background-color: #4C3C28;
}
</style>
border-color css
<style>
span { border-color: #4C3C28; }
span { border-color: rgb(76,60,40); }
td.TdClassName
{
border-color: #4C3C28;
}
.TagClassName
{
border-color: #4C3C28;
}
</style>