Shades of Bronzetone #3E4625
Tints of Bronzetone #3E4625
RGB
CMYK
RGB Variations
Color information
#3E4625 (or 0x3E4625) is known color: Bronzetone. HEX triplet: 3E, 46 and 25. RGB value is (62,70,37). Sum of RGB (Red+Green+Blue) = 62+70+37=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4625 is #C1B9DA. Grayscale: #3F3F3F. Windows color (decimal): -12696027 or 2442814. OLE color: 2442814.
HSL color Cylindrical-coordinate representation of color #3E4625: hue angle of 74.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E4625 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 37 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.73 |
| HSL | 74.55º | 0.31% | 0.21% | - |
| HSV(B) | 74.55º | 0.47% | 0.27% | - |
| XYZ | 4.51 | 5.54 | 2.58 | - |
| YUV | 63.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 37 | 0.11 | 0 | 0.47 | 0.73 | 74.55 | 0.31 | 0.21 |
| Hex | 3E | 46 | 25 | B | 0 | 2F | 49 | 4B | 1F | 15 |
| Octal | 76 | 106 | 45 | 13 | 0 | 57 | 111 | 113 | 37 | 25 |
| Binary | 111110 | 1000110 | 100101 | 1011 | 0 | 101111 | 1001001 | 1001011 | 11111 | 10101 |
Color Harmonies of #3E4625
Complementary color
Monochromatic Colors of #3E4625
Black with #3E4625
Text Example
Text Example
White with #3E4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4625; }
p { color: rgb(62,70,37); }
H1.HeaderClassName
{
color: #3E4625;
}
.AnyTagClassName
{
color: #3E4625;
}
</style>
background-color css
<style>
a { background-color: #3E4625; }
a { background-color: rgb(62,70,37); }
div.DivClassName
{
background-color: #3E4625;
}
.BgClassName
{
background-color: #3E4625;
}
</style>
border-color css
<style>
span { border-color: #3E4625; }
span { border-color: rgb(62,70,37); }
td.TdClassName
{
border-color: #3E4625;
}
.TagClassName
{
border-color: #3E4625;
}
</style>