Shades of Birch #3E3526
Tints of Birch #3E3526
RGB
CMYK
RGB Variations
Color information
#3E3526 (or 0x3E3526) is known color: Birch. HEX triplet: 3E, 35 and 26. RGB value is (62,53,38). Sum of RGB (Red+Green+Blue) = 62+53+38=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3526 is #C1CAD9. Grayscale: #363636. Windows color (decimal): -12700378 or 2503998. OLE color: 2503998.
HSL color Cylindrical-coordinate representation of color #3E3526: hue angle of 37.5º 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 #3E3526 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 38 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.76 |
| HSL | 37.5º | 0.24% | 0.2% | - |
| HSV(B) | 37.5º | 0.39% | 0.24% | - |
| XYZ | 3.61 | 3.71 | 2.36 | - |
| YUV | 53.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 38 | 0 | 0.15 | 0.39 | 0.76 | 37.5 | 0.24 | 0.2 |
| Hex | 3E | 35 | 26 | 0 | F | 27 | 4C | 26 | 18 | 14 |
| Octal | 76 | 65 | 46 | 0 | 17 | 47 | 114 | 46 | 30 | 24 |
| Binary | 111110 | 110101 | 100110 | 0 | 1111 | 100111 | 1001100 | 100110 | 11000 | 10100 |
Color Harmonies of #3E3526
Complementary color
Monochromatic Colors of #3E3526
Black with #3E3526
Text Example
Text Example
White with #3E3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3526; }
p { color: rgb(62,53,38); }
H1.HeaderClassName
{
color: #3E3526;
}
.AnyTagClassName
{
color: #3E3526;
}
</style>
background-color css
<style>
a { background-color: #3E3526; }
a { background-color: rgb(62,53,38); }
div.DivClassName
{
background-color: #3E3526;
}
.BgClassName
{
background-color: #3E3526;
}
</style>
border-color css
<style>
span { border-color: #3E3526; }
span { border-color: rgb(62,53,38); }
td.TdClassName
{
border-color: #3E3526;
}
.TagClassName
{
border-color: #3E3526;
}
</style>