Shades of Bronzetone #3E4624
Tints of Bronzetone #3E4624
RGB
CMYK
RGB Variations
Color information
#3E4624 (or 0x3E4624) is known color: Bronzetone. HEX triplet: 3E, 46 and 24. RGB value is (62,70,36). Sum of RGB (Red+Green+Blue) = 62+70+36=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4624 is #C1B9DB. Grayscale: #3F3F3F. Windows color (decimal): -12696028 or 2377278. OLE color: 2377278.
HSL color Cylindrical-coordinate representation of color #3E4624: hue angle of 74.12º 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 #3E4624 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 36 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.73 |
| HSL | 74.12º | 0.32% | 0.21% | - |
| HSV(B) | 74.12º | 0.49% | 0.27% | - |
| XYZ | 4.5 | 5.53 | 2.5 | - |
| YUV | 63.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 36 | 0.11 | 0 | 0.49 | 0.73 | 74.12 | 0.32 | 0.21 |
| Hex | 3E | 46 | 24 | B | 0 | 31 | 49 | 4A | 20 | 15 |
| Octal | 76 | 106 | 44 | 13 | 0 | 61 | 111 | 112 | 40 | 25 |
| Binary | 111110 | 1000110 | 100100 | 1011 | 0 | 110001 | 1001001 | 1001010 | 100000 | 10101 |
Color Harmonies of #3E4624
Complementary color
Monochromatic Colors of #3E4624
Black with #3E4624
Text Example
Text Example
White with #3E4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4624; }
p { color: rgb(62,70,36); }
H1.HeaderClassName
{
color: #3E4624;
}
.AnyTagClassName
{
color: #3E4624;
}
</style>
background-color css
<style>
a { background-color: #3E4624; }
a { background-color: rgb(62,70,36); }
div.DivClassName
{
background-color: #3E4624;
}
.BgClassName
{
background-color: #3E4624;
}
</style>
border-color css
<style>
span { border-color: #3E4624; }
span { border-color: rgb(62,70,36); }
td.TdClassName
{
border-color: #3E4624;
}
.TagClassName
{
border-color: #3E4624;
}
</style>