Shades of Bronzetone #3C4825
Tints of Bronzetone #3C4825
RGB
CMYK
RGB Variations
Color information
#3C4825 (or 0x3C4825) is known color: Bronzetone. HEX triplet: 3C, 48 and 25. RGB value is (60,72,37). Sum of RGB (Red+Green+Blue) = 60+72+37=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4825 is #C3B7DA. Grayscale: #404040. Windows color (decimal): -12826587 or 2443324. OLE color: 2443324.
HSL color Cylindrical-coordinate representation of color #3C4825: hue angle of 80.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4825 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 37 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.72 |
| HSL | 80.57º | 0.32% | 0.21% | - |
| HSV(B) | 80.57º | 0.49% | 0.28% | - |
| XYZ | 4.51 | 5.73 | 2.62 | - |
| YUV | 64.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 37 | 0.17 | 0 | 0.49 | 0.72 | 80.57 | 0.32 | 0.21 |
| Hex | 3C | 48 | 25 | 11 | 0 | 31 | 48 | 51 | 20 | 15 |
| Octal | 74 | 110 | 45 | 21 | 0 | 61 | 110 | 121 | 40 | 25 |
| Binary | 111100 | 1001000 | 100101 | 10001 | 0 | 110001 | 1001000 | 1010001 | 100000 | 10101 |
Color Harmonies of #3C4825
Complementary color
Monochromatic Colors of #3C4825
Black with #3C4825
Text Example
Text Example
White with #3C4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4825; }
p { color: rgb(60,72,37); }
H1.HeaderClassName
{
color: #3C4825;
}
.AnyTagClassName
{
color: #3C4825;
}
</style>
background-color css
<style>
a { background-color: #3C4825; }
a { background-color: rgb(60,72,37); }
div.DivClassName
{
background-color: #3C4825;
}
.BgClassName
{
background-color: #3C4825;
}
</style>
border-color css
<style>
span { border-color: #3C4825; }
span { border-color: rgb(60,72,37); }
td.TdClassName
{
border-color: #3C4825;
}
.TagClassName
{
border-color: #3C4825;
}
</style>