Shades of Bronzetone #3C5120
Tints of Bronzetone #3C5120
RGB
CMYK
RGB Variations
Color information
#3C5120 (or 0x3C5120) is known color: Bronzetone. HEX triplet: 3C, 51 and 20. RGB value is (60,81,32). Sum of RGB (Red+Green+Blue) = 60+81+32=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5120 is #C3AEDF. Grayscale: #454545. Windows color (decimal): -12824288 or 2117948. OLE color: 2117948.
HSL color Cylindrical-coordinate representation of color #3C5120: hue angle of 85.71º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C5120 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 32 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.68 |
| HSL | 85.71º | 0.43% | 0.22% | - |
| HSV(B) | 85.71º | 0.6% | 0.32% | - |
| XYZ | 5.07 | 6.95 | 2.44 | - |
| YUV | 69.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 32 | 0.26 | 0 | 0.60 | 0.68 | 85.71 | 0.43 | 0.22 |
| Hex | 3C | 51 | 20 | 1A | 0 | 3C | 44 | 56 | 2B | 16 |
| Octal | 74 | 121 | 40 | 32 | 0 | 74 | 104 | 126 | 53 | 26 |
| Binary | 111100 | 1010001 | 100000 | 11010 | 0 | 111100 | 1000100 | 1010110 | 101011 | 10110 |
Color Harmonies of #3C5120
Complementary color
Monochromatic Colors of #3C5120
Black with #3C5120
Text Example
Text Example
White with #3C5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5120; }
p { color: rgb(60,81,32); }
H1.HeaderClassName
{
color: #3C5120;
}
.AnyTagClassName
{
color: #3C5120;
}
</style>
background-color css
<style>
a { background-color: #3C5120; }
a { background-color: rgb(60,81,32); }
div.DivClassName
{
background-color: #3C5120;
}
.BgClassName
{
background-color: #3C5120;
}
</style>
border-color css
<style>
span { border-color: #3C5120; }
span { border-color: rgb(60,81,32); }
td.TdClassName
{
border-color: #3C5120;
}
.TagClassName
{
border-color: #3C5120;
}
</style>