Shades of Birch #3E392F
Tints of Birch #3E392F
RGB
CMYK
RGB Variations
Color information
#3E392F (or 0x3E392F) is known color: Birch. HEX triplet: 3E, 39 and 2F. RGB value is (62,57,47). Sum of RGB (Red+Green+Blue) = 62+57+47=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E392F is #C1C6D0. Grayscale: #393939. Windows color (decimal): -12699345 or 3094846. OLE color: 3094846.
HSL color Cylindrical-coordinate representation of color #3E392F: hue angle of 40º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E392F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 47 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.76 |
| HSL | 40º | 0.14% | 0.21% | - |
| HSV(B) | 40º | 0.24% | 0.24% | - |
| XYZ | 3.96 | 4.16 | 3.28 | - |
| YUV | 57.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 47 | 0 | 0.08 | 0.24 | 0.76 | 40 | 0.14 | 0.21 |
| Hex | 3E | 39 | 2F | 0 | 8 | 18 | 4C | 28 | E | 15 |
| Octal | 76 | 71 | 57 | 0 | 10 | 30 | 114 | 50 | 16 | 25 |
| Binary | 111110 | 111001 | 101111 | 0 | 1000 | 11000 | 1001100 | 101000 | 1110 | 10101 |
Color Harmonies of #3E392F
Complementary color
Monochromatic Colors of #3E392F
Black with #3E392F
Text Example
Text Example
White with #3E392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E392F; }
p { color: rgb(62,57,47); }
H1.HeaderClassName
{
color: #3E392F;
}
.AnyTagClassName
{
color: #3E392F;
}
</style>
background-color css
<style>
a { background-color: #3E392F; }
a { background-color: rgb(62,57,47); }
div.DivClassName
{
background-color: #3E392F;
}
.BgClassName
{
background-color: #3E392F;
}
</style>
border-color css
<style>
span { border-color: #3E392F; }
span { border-color: rgb(62,57,47); }
td.TdClassName
{
border-color: #3E392F;
}
.TagClassName
{
border-color: #3E392F;
}
</style>