Shades of Birch #3E392C
Tints of Birch #3E392C
RGB
CMYK
RGB Variations
Color information
#3E392C (or 0x3E392C) is known color: Birch. HEX triplet: 3E, 39 and 2C. RGB value is (62,57,44). Sum of RGB (Red+Green+Blue) = 62+57+44=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E392C is #C1C6D3. Grayscale: #393939. Windows color (decimal): -12699348 or 2898238. OLE color: 2898238.
HSL color Cylindrical-coordinate representation of color #3E392C: hue angle of 43.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E392C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 44 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.76 |
| HSL | 43.33º | 0.17% | 0.21% | - |
| HSV(B) | 43.33º | 0.29% | 0.24% | - |
| XYZ | 3.9 | 4.13 | 2.97 | - |
| YUV | 57.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 44 | 0 | 0.08 | 0.29 | 0.76 | 43.33 | 0.17 | 0.21 |
| Hex | 3E | 39 | 2C | 0 | 8 | 1D | 4C | 2B | 11 | 15 |
| Octal | 76 | 71 | 54 | 0 | 10 | 35 | 114 | 53 | 21 | 25 |
| Binary | 111110 | 111001 | 101100 | 0 | 1000 | 11101 | 1001100 | 101011 | 10001 | 10101 |
Color Harmonies of #3E392C
Complementary color
Monochromatic Colors of #3E392C
Black with #3E392C
Text Example
Text Example
White with #3E392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E392C; }
p { color: rgb(62,57,44); }
H1.HeaderClassName
{
color: #3E392C;
}
.AnyTagClassName
{
color: #3E392C;
}
</style>
background-color css
<style>
a { background-color: #3E392C; }
a { background-color: rgb(62,57,44); }
div.DivClassName
{
background-color: #3E392C;
}
.BgClassName
{
background-color: #3E392C;
}
</style>
border-color css
<style>
span { border-color: #3E392C; }
span { border-color: rgb(62,57,44); }
td.TdClassName
{
border-color: #3E392C;
}
.TagClassName
{
border-color: #3E392C;
}
</style>