Shades of Bronzetone #3C521D
Tints of Bronzetone #3C521D
RGB
CMYK
RGB Variations
Color information
#3C521D (or 0x3C521D) is known color: Bronzetone. HEX triplet: 3C, 52 and 1D. RGB value is (60,82,29). Sum of RGB (Red+Green+Blue) = 60+82+29=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #3C521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C521D is #C3ADE2. Grayscale: #454545. Windows color (decimal): -12824035 or 1921596. OLE color: 1921596.
HSL color Cylindrical-coordinate representation of color #3C521D: hue angle of 84.91º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C521D is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 29 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.68 |
| HSL | 84.91º | 0.48% | 0.22% | - |
| HSV(B) | 84.91º | 0.65% | 0.32% | - |
| XYZ | 5.1 | 7.08 | 2.26 | - |
| YUV | 69.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 29 | 0.27 | 0 | 0.65 | 0.68 | 84.91 | 0.48 | 0.22 |
| Hex | 3C | 52 | 1D | 1B | 0 | 41 | 44 | 55 | 30 | 16 |
| Octal | 74 | 122 | 35 | 33 | 0 | 101 | 104 | 125 | 60 | 26 |
| Binary | 111100 | 1010010 | 11101 | 11011 | 0 | 1000001 | 1000100 | 1010101 | 110000 | 10110 |
Color Harmonies of #3C521D
Complementary color
Monochromatic Colors of #3C521D
Black with #3C521D
Text Example
Text Example
White with #3C521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C521D; }
p { color: rgb(60,82,29); }
H1.HeaderClassName
{
color: #3C521D;
}
.AnyTagClassName
{
color: #3C521D;
}
</style>
background-color css
<style>
a { background-color: #3C521D; }
a { background-color: rgb(60,82,29); }
div.DivClassName
{
background-color: #3C521D;
}
.BgClassName
{
background-color: #3C521D;
}
</style>
border-color css
<style>
span { border-color: #3C521D; }
span { border-color: rgb(60,82,29); }
td.TdClassName
{
border-color: #3C521D;
}
.TagClassName
{
border-color: #3C521D;
}
</style>