Shades of Bronzetone #3E4726
Tints of Bronzetone #3E4726
RGB
CMYK
RGB Variations
Color information
#3E4726 (or 0x3E4726) is known color: Bronzetone. HEX triplet: 3E, 47 and 26. RGB value is (62,71,38). Sum of RGB (Red+Green+Blue) = 62+71+38=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #3E4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4726 is #C1B8D9. Grayscale: #404040. Windows color (decimal): -12695770 or 2508606. OLE color: 2508606.
HSL color Cylindrical-coordinate representation of color #3E4726: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E4726 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 71 | 38 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.72 |
| HSL | 76.36º | 0.3% | 0.21% | - |
| HSV(B) | 76.36º | 0.46% | 0.28% | - |
| XYZ | 4.59 | 5.67 | 2.69 | - |
| YUV | 64.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 38 | 0.13 | 0 | 0.46 | 0.72 | 76.36 | 0.3 | 0.21 |
| Hex | 3E | 47 | 26 | D | 0 | 2E | 48 | 4C | 1E | 15 |
| Octal | 76 | 107 | 46 | 15 | 0 | 56 | 110 | 114 | 36 | 25 |
| Binary | 111110 | 1000111 | 100110 | 1101 | 0 | 101110 | 1001000 | 1001100 | 11110 | 10101 |
Color Harmonies of #3E4726
Complementary color
Monochromatic Colors of #3E4726
Black with #3E4726
Text Example
Text Example
White with #3E4726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4726; }
p { color: rgb(62,71,38); }
H1.HeaderClassName
{
color: #3E4726;
}
.AnyTagClassName
{
color: #3E4726;
}
</style>
background-color css
<style>
a { background-color: #3E4726; }
a { background-color: rgb(62,71,38); }
div.DivClassName
{
background-color: #3E4726;
}
.BgClassName
{
background-color: #3E4726;
}
</style>
border-color css
<style>
span { border-color: #3E4726; }
span { border-color: rgb(62,71,38); }
td.TdClassName
{
border-color: #3E4726;
}
.TagClassName
{
border-color: #3E4726;
}
</style>