Shades of Deep Bronze #4C4335
Tints of Deep Bronze #4C4335
RGB
CMYK
RGB Variations
Color information
#4C4335 (or 0x4C4335) is known color: Deep Bronze. HEX triplet: 4C, 43 and 35. RGB value is (76,67,53). Sum of RGB (Red+Green+Blue) = 76+67+53=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4335 is #B3BCCA. Grayscale: #444444. Windows color (decimal): -11779275 or 3490636. OLE color: 3490636.
HSL color Cylindrical-coordinate representation of color #4C4335: hue angle of 36.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C4335 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 53 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.70 |
| HSL | 36.52º | 0.18% | 0.25% | - |
| HSV(B) | 36.52º | 0.3% | 0.3% | - |
| XYZ | 5.63 | 5.81 | 4.19 | - |
| YUV | 68.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 53 | 0 | 0.12 | 0.30 | 0.70 | 36.52 | 0.18 | 0.25 |
| Hex | 4C | 43 | 35 | 0 | C | 1E | 46 | 25 | 12 | 19 |
| Octal | 114 | 103 | 65 | 0 | 14 | 36 | 106 | 45 | 22 | 31 |
| Binary | 1001100 | 1000011 | 110101 | 0 | 1100 | 11110 | 1000110 | 100101 | 10010 | 11001 |
Color Harmonies of #4C4335
Complementary color
Monochromatic Colors of #4C4335
Black with #4C4335
Text Example
Text Example
White with #4C4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4335; }
p { color: rgb(76,67,53); }
H1.HeaderClassName
{
color: #4C4335;
}
.AnyTagClassName
{
color: #4C4335;
}
</style>
background-color css
<style>
a { background-color: #4C4335; }
a { background-color: rgb(76,67,53); }
div.DivClassName
{
background-color: #4C4335;
}
.BgClassName
{
background-color: #4C4335;
}
</style>
border-color css
<style>
span { border-color: #4C4335; }
span { border-color: rgb(76,67,53); }
td.TdClassName
{
border-color: #4C4335;
}
.TagClassName
{
border-color: #4C4335;
}
</style>