Shades of Bronzetone #3C4821
Tints of Bronzetone #3C4821
RGB
CMYK
RGB Variations
Color information
#3C4821 (or 0x3C4821) is known color: Bronzetone. HEX triplet: 3C, 48 and 21. RGB value is (60,72,33). Sum of RGB (Red+Green+Blue) = 60+72+33=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4821 is #C3B7DE. Grayscale: #404040. Windows color (decimal): -12826591 or 2181180. OLE color: 2181180.
HSL color Cylindrical-coordinate representation of color #3C4821: hue angle of 78.46º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C4821 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 33 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.72 |
| HSL | 78.46º | 0.37% | 0.21% | - |
| HSV(B) | 78.46º | 0.54% | 0.28% | - |
| XYZ | 4.46 | 5.71 | 2.31 | - |
| YUV | 63.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 33 | 0.17 | 0 | 0.54 | 0.72 | 78.46 | 0.37 | 0.21 |
| Hex | 3C | 48 | 21 | 11 | 0 | 36 | 48 | 4E | 25 | 15 |
| Octal | 74 | 110 | 41 | 21 | 0 | 66 | 110 | 116 | 45 | 25 |
| Binary | 111100 | 1001000 | 100001 | 10001 | 0 | 110110 | 1001000 | 1001110 | 100101 | 10101 |
Color Harmonies of #3C4821
Complementary color
Monochromatic Colors of #3C4821
Black with #3C4821
Text Example
Text Example
White with #3C4821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4821; }
p { color: rgb(60,72,33); }
H1.HeaderClassName
{
color: #3C4821;
}
.AnyTagClassName
{
color: #3C4821;
}
</style>
background-color css
<style>
a { background-color: #3C4821; }
a { background-color: rgb(60,72,33); }
div.DivClassName
{
background-color: #3C4821;
}
.BgClassName
{
background-color: #3C4821;
}
</style>
border-color css
<style>
span { border-color: #3C4821; }
span { border-color: rgb(60,72,33); }
td.TdClassName
{
border-color: #3C4821;
}
.TagClassName
{
border-color: #3C4821;
}
</style>