Shades of Birch #3E382D
Tints of Birch #3E382D
RGB
CMYK
RGB Variations
Color information
#3E382D (or 0x3E382D) is known color: Birch. HEX triplet: 3E, 38 and 2D. RGB value is (62,56,45). Sum of RGB (Red+Green+Blue) = 62+56+45=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E382D is #C1C7D2. Grayscale: #383838. Windows color (decimal): -12699603 or 2963518. OLE color: 2963518.
HSL color Cylindrical-coordinate representation of color #3E382D: hue angle of 38.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E382D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 45 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.76 |
| HSL | 38.82º | 0.16% | 0.21% | - |
| HSV(B) | 38.82º | 0.27% | 0.24% | - |
| XYZ | 3.87 | 4.04 | 3.06 | - |
| YUV | 56.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 45 | 0 | 0.10 | 0.27 | 0.76 | 38.82 | 0.16 | 0.21 |
| Hex | 3E | 38 | 2D | 0 | A | 1B | 4C | 27 | 10 | 15 |
| Octal | 76 | 70 | 55 | 0 | 12 | 33 | 114 | 47 | 20 | 25 |
| Binary | 111110 | 111000 | 101101 | 0 | 1010 | 11011 | 1001100 | 100111 | 10000 | 10101 |
Color Harmonies of #3E382D
Complementary color
Monochromatic Colors of #3E382D
Black with #3E382D
Text Example
Text Example
White with #3E382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E382D; }
p { color: rgb(62,56,45); }
H1.HeaderClassName
{
color: #3E382D;
}
.AnyTagClassName
{
color: #3E382D;
}
</style>
background-color css
<style>
a { background-color: #3E382D; }
a { background-color: rgb(62,56,45); }
div.DivClassName
{
background-color: #3E382D;
}
.BgClassName
{
background-color: #3E382D;
}
</style>
border-color css
<style>
span { border-color: #3E382D; }
span { border-color: rgb(62,56,45); }
td.TdClassName
{
border-color: #3E382D;
}
.TagClassName
{
border-color: #3E382D;
}
</style>