Shades of Birch #3F3626
Tints of Birch #3F3626
RGB
CMYK
RGB Variations
Color information
#3F3626 (or 0x3F3626) is known color: Birch. HEX triplet: 3F, 36 and 26. RGB value is (63,54,38). Sum of RGB (Red+Green+Blue) = 63+54+38=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3626 is #C0C9D9. Grayscale: #363636. Windows color (decimal): -12634586 or 2504255. OLE color: 2504255.
HSL color Cylindrical-coordinate representation of color #3F3626: hue angle of 38.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3626 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 38 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.75 |
| HSL | 38.4º | 0.25% | 0.2% | - |
| HSV(B) | 38.4º | 0.4% | 0.25% | - |
| XYZ | 3.72 | 3.84 | 2.38 | - |
| YUV | 54.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 38 | 0 | 0.14 | 0.40 | 0.75 | 38.4 | 0.25 | 0.2 |
| Hex | 3F | 36 | 26 | 0 | E | 28 | 4B | 26 | 19 | 14 |
| Octal | 77 | 66 | 46 | 0 | 16 | 50 | 113 | 46 | 31 | 24 |
| Binary | 111111 | 110110 | 100110 | 0 | 1110 | 101000 | 1001011 | 100110 | 11001 | 10100 |
Color Harmonies of #3F3626
Complementary color
Monochromatic Colors of #3F3626
Black with #3F3626
Text Example
Text Example
White with #3F3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3626; }
p { color: rgb(63,54,38); }
H1.HeaderClassName
{
color: #3F3626;
}
.AnyTagClassName
{
color: #3F3626;
}
</style>
background-color css
<style>
a { background-color: #3F3626; }
a { background-color: rgb(63,54,38); }
div.DivClassName
{
background-color: #3F3626;
}
.BgClassName
{
background-color: #3F3626;
}
</style>
border-color css
<style>
span { border-color: #3F3626; }
span { border-color: rgb(63,54,38); }
td.TdClassName
{
border-color: #3F3626;
}
.TagClassName
{
border-color: #3F3626;
}
</style>