Shades of Bronzetone #3E521D
Tints of Bronzetone #3E521D
RGB
CMYK
RGB Variations
Color information
#3E521D (or 0x3E521D) is known color: Bronzetone. HEX triplet: 3E, 52 and 1D. RGB value is (62,82,29). Sum of RGB (Red+Green+Blue) = 62+82+29=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #3E521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E521D is #C1ADE2. Grayscale: #464646. Windows color (decimal): -12692963 or 1921598. OLE color: 1921598.
HSL color Cylindrical-coordinate representation of color #3E521D: hue angle of 82.64º 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 #3E521D is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 29 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.68 |
| HSL | 82.64º | 0.48% | 0.22% | - |
| HSV(B) | 82.64º | 0.65% | 0.32% | - |
| XYZ | 5.23 | 7.15 | 2.27 | - |
| YUV | 69.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 29 | 0.24 | 0 | 0.65 | 0.68 | 82.64 | 0.48 | 0.22 |
| Hex | 3E | 52 | 1D | 18 | 0 | 41 | 44 | 53 | 30 | 16 |
| Octal | 76 | 122 | 35 | 30 | 0 | 101 | 104 | 123 | 60 | 26 |
| Binary | 111110 | 1010010 | 11101 | 11000 | 0 | 1000001 | 1000100 | 1010011 | 110000 | 10110 |
Color Harmonies of #3E521D
Complementary color
Monochromatic Colors of #3E521D
Black with #3E521D
Text Example
Text Example
White with #3E521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E521D; }
p { color: rgb(62,82,29); }
H1.HeaderClassName
{
color: #3E521D;
}
.AnyTagClassName
{
color: #3E521D;
}
</style>
background-color css
<style>
a { background-color: #3E521D; }
a { background-color: rgb(62,82,29); }
div.DivClassName
{
background-color: #3E521D;
}
.BgClassName
{
background-color: #3E521D;
}
</style>
border-color css
<style>
span { border-color: #3E521D; }
span { border-color: rgb(62,82,29); }
td.TdClassName
{
border-color: #3E521D;
}
.TagClassName
{
border-color: #3E521D;
}
</style>