Shades of Deep Bronze #4C4333
Tints of Deep Bronze #4C4333
RGB
CMYK
RGB Variations
Color information
#4C4333 (or 0x4C4333) is known color: Deep Bronze. HEX triplet: 4C, 43 and 33. RGB value is (76,67,51). Sum of RGB (Red+Green+Blue) = 76+67+51=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4333 is #B3BCCC. Grayscale: #434343. Windows color (decimal): -11779277 or 3359564. OLE color: 3359564.
HSL color Cylindrical-coordinate representation of color #4C4333: hue angle of 38.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C4333 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 51 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.70 |
| HSL | 38.4º | 0.2% | 0.25% | - |
| HSV(B) | 38.4º | 0.33% | 0.3% | - |
| XYZ | 5.59 | 5.79 | 3.96 | - |
| YUV | 67.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 51 | 0 | 0.12 | 0.33 | 0.70 | 38.4 | 0.2 | 0.25 |
| Hex | 4C | 43 | 33 | 0 | C | 21 | 46 | 26 | 14 | 19 |
| Octal | 114 | 103 | 63 | 0 | 14 | 41 | 106 | 46 | 24 | 31 |
| Binary | 1001100 | 1000011 | 110011 | 0 | 1100 | 100001 | 1000110 | 100110 | 10100 | 11001 |
Color Harmonies of #4C4333
Complementary color
Monochromatic Colors of #4C4333
Black with #4C4333
Text Example
Text Example
White with #4C4333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4333; }
p { color: rgb(76,67,51); }
H1.HeaderClassName
{
color: #4C4333;
}
.AnyTagClassName
{
color: #4C4333;
}
</style>
background-color css
<style>
a { background-color: #4C4333; }
a { background-color: rgb(76,67,51); }
div.DivClassName
{
background-color: #4C4333;
}
.BgClassName
{
background-color: #4C4333;
}
</style>
border-color css
<style>
span { border-color: #4C4333; }
span { border-color: rgb(76,67,51); }
td.TdClassName
{
border-color: #4C4333;
}
.TagClassName
{
border-color: #4C4333;
}
</style>