Shades of Birch #3E3826
Tints of Birch #3E3826
RGB
CMYK
RGB Variations
Color information
#3E3826 (or 0x3E3826) is known color: Birch. HEX triplet: 3E, 38 and 26. RGB value is (62,56,38). Sum of RGB (Red+Green+Blue) = 62+56+38=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3826 is #C1C7D9. Grayscale: #373737. Windows color (decimal): -12699610 or 2504766. OLE color: 2504766.
HSL color Cylindrical-coordinate representation of color #3E3826: hue angle of 45º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3826 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 38 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.76 |
| HSL | 45º | 0.24% | 0.2% | - |
| HSV(B) | 45º | 0.39% | 0.24% | - |
| XYZ | 3.75 | 3.99 | 2.41 | - |
| YUV | 55.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 38 | 0 | 0.10 | 0.39 | 0.76 | 45 | 0.24 | 0.2 |
| Hex | 3E | 38 | 26 | 0 | A | 27 | 4C | 2D | 18 | 14 |
| Octal | 76 | 70 | 46 | 0 | 12 | 47 | 114 | 55 | 30 | 24 |
| Binary | 111110 | 111000 | 100110 | 0 | 1010 | 100111 | 1001100 | 101101 | 11000 | 10100 |
Color Harmonies of #3E3826
Complementary color
Monochromatic Colors of #3E3826
Black with #3E3826
Text Example
Text Example
White with #3E3826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3826; }
p { color: rgb(62,56,38); }
H1.HeaderClassName
{
color: #3E3826;
}
.AnyTagClassName
{
color: #3E3826;
}
</style>
background-color css
<style>
a { background-color: #3E3826; }
a { background-color: rgb(62,56,38); }
div.DivClassName
{
background-color: #3E3826;
}
.BgClassName
{
background-color: #3E3826;
}
</style>
border-color css
<style>
span { border-color: #3E3826; }
span { border-color: rgb(62,56,38); }
td.TdClassName
{
border-color: #3E3826;
}
.TagClassName
{
border-color: #3E3826;
}
</style>