Shades of Bronzetone #3E4D24
Tints of Bronzetone #3E4D24
RGB
CMYK
RGB Variations
Color information
#3E4D24 (or 0x3E4D24) is known color: Bronzetone. HEX triplet: 3E, 4D and 24. RGB value is (62,77,36). Sum of RGB (Red+Green+Blue) = 62+77+36=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #3E4D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4D24 is #C1B2DB. Grayscale: #434343. Windows color (decimal): -12694236 or 2379070. OLE color: 2379070.
HSL color Cylindrical-coordinate representation of color #3E4D24: hue angle of 81.95º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E4D24 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 77 | 36 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.70 |
| HSL | 81.95º | 0.36% | 0.22% | - |
| HSV(B) | 81.95º | 0.53% | 0.3% | - |
| XYZ | 4.96 | 6.46 | 2.65 | - |
| YUV | 67.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 77 | 36 | 0.19 | 0 | 0.53 | 0.70 | 81.95 | 0.36 | 0.22 |
| Hex | 3E | 4D | 24 | 13 | 0 | 35 | 46 | 52 | 24 | 16 |
| Octal | 76 | 115 | 44 | 23 | 0 | 65 | 106 | 122 | 44 | 26 |
| Binary | 111110 | 1001101 | 100100 | 10011 | 0 | 110101 | 1000110 | 1010010 | 100100 | 10110 |
Color Harmonies of #3E4D24
Complementary color
Monochromatic Colors of #3E4D24
Black with #3E4D24
Text Example
Text Example
White with #3E4D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4D24; }
p { color: rgb(62,77,36); }
H1.HeaderClassName
{
color: #3E4D24;
}
.AnyTagClassName
{
color: #3E4D24;
}
</style>
background-color css
<style>
a { background-color: #3E4D24; }
a { background-color: rgb(62,77,36); }
div.DivClassName
{
background-color: #3E4D24;
}
.BgClassName
{
background-color: #3E4D24;
}
</style>
border-color css
<style>
span { border-color: #3E4D24; }
span { border-color: rgb(62,77,36); }
td.TdClassName
{
border-color: #3E4D24;
}
.TagClassName
{
border-color: #3E4D24;
}
</style>