Shades of Birch #3E3728
Tints of Birch #3E3728
RGB
CMYK
RGB Variations
Color information
#3E3728 (or 0x3E3728) is known color: Birch. HEX triplet: 3E, 37 and 28. RGB value is (62,55,40). Sum of RGB (Red+Green+Blue) = 62+55+40=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3728 is #C1C8D7. Grayscale: #373737. Windows color (decimal): -12699864 or 2635582. OLE color: 2635582.
HSL color Cylindrical-coordinate representation of color #3E3728: hue angle of 40.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3728 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 40 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.76 |
| HSL | 40.91º | 0.22% | 0.2% | - |
| HSV(B) | 40.91º | 0.35% | 0.24% | - |
| XYZ | 3.74 | 3.91 | 2.57 | - |
| YUV | 55.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 40 | 0 | 0.11 | 0.35 | 0.76 | 40.91 | 0.22 | 0.2 |
| Hex | 3E | 37 | 28 | 0 | B | 23 | 4C | 29 | 16 | 14 |
| Octal | 76 | 67 | 50 | 0 | 13 | 43 | 114 | 51 | 26 | 24 |
| Binary | 111110 | 110111 | 101000 | 0 | 1011 | 100011 | 1001100 | 101001 | 10110 | 10100 |
Color Harmonies of #3E3728
Complementary color
Monochromatic Colors of #3E3728
Black with #3E3728
Text Example
Text Example
White with #3E3728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3728; }
p { color: rgb(62,55,40); }
H1.HeaderClassName
{
color: #3E3728;
}
.AnyTagClassName
{
color: #3E3728;
}
</style>
background-color css
<style>
a { background-color: #3E3728; }
a { background-color: rgb(62,55,40); }
div.DivClassName
{
background-color: #3E3728;
}
.BgClassName
{
background-color: #3E3728;
}
</style>
border-color css
<style>
span { border-color: #3E3728; }
span { border-color: rgb(62,55,40); }
td.TdClassName
{
border-color: #3E3728;
}
.TagClassName
{
border-color: #3E3728;
}
</style>