Shades of Bronzetone #3C4624
Tints of Bronzetone #3C4624
RGB
CMYK
RGB Variations
Color information
#3C4624 (or 0x3C4624) is known color: Bronzetone. HEX triplet: 3C, 46 and 24. RGB value is (60,70,36). Sum of RGB (Red+Green+Blue) = 60+70+36=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4624 is #C3B9DB. Grayscale: #3F3F3F. Windows color (decimal): -12827100 or 2377276. OLE color: 2377276.
HSL color Cylindrical-coordinate representation of color #3C4624: hue angle of 77.65º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4624 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 36 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.73 |
| HSL | 77.65º | 0.32% | 0.21% | - |
| HSV(B) | 77.65º | 0.49% | 0.27% | - |
| XYZ | 4.37 | 5.47 | 2.49 | - |
| YUV | 63.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 36 | 0.14 | 0 | 0.49 | 0.73 | 77.65 | 0.32 | 0.21 |
| Hex | 3C | 46 | 24 | E | 0 | 31 | 49 | 4E | 20 | 15 |
| Octal | 74 | 106 | 44 | 16 | 0 | 61 | 111 | 116 | 40 | 25 |
| Binary | 111100 | 1000110 | 100100 | 1110 | 0 | 110001 | 1001001 | 1001110 | 100000 | 10101 |
Color Harmonies of #3C4624
Complementary color
Monochromatic Colors of #3C4624
Black with #3C4624
Text Example
Text Example
White with #3C4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4624; }
p { color: rgb(60,70,36); }
H1.HeaderClassName
{
color: #3C4624;
}
.AnyTagClassName
{
color: #3C4624;
}
</style>
background-color css
<style>
a { background-color: #3C4624; }
a { background-color: rgb(60,70,36); }
div.DivClassName
{
background-color: #3C4624;
}
.BgClassName
{
background-color: #3C4624;
}
</style>
border-color css
<style>
span { border-color: #3C4624; }
span { border-color: rgb(60,70,36); }
td.TdClassName
{
border-color: #3C4624;
}
.TagClassName
{
border-color: #3C4624;
}
</style>