Shades of Birch #3F3627
Tints of Birch #3F3627
RGB
CMYK
RGB Variations
Color information
#3F3627 (or 0x3F3627) is known color: Birch. HEX triplet: 3F, 36 and 27. RGB value is (63,54,39). Sum of RGB (Red+Green+Blue) = 63+54+39=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3627 is #C0C9D8. Grayscale: #373737. Windows color (decimal): -12634585 or 2569791. OLE color: 2569791.
HSL color Cylindrical-coordinate representation of color #3F3627: hue angle of 37.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F3627 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 39 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.75 |
| HSL | 37.5º | 0.24% | 0.2% | - |
| HSV(B) | 37.5º | 0.38% | 0.25% | - |
| XYZ | 3.74 | 3.84 | 2.46 | - |
| YUV | 54.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 39 | 0 | 0.14 | 0.38 | 0.75 | 37.5 | 0.24 | 0.2 |
| Hex | 3F | 36 | 27 | 0 | E | 26 | 4B | 26 | 18 | 14 |
| Octal | 77 | 66 | 47 | 0 | 16 | 46 | 113 | 46 | 30 | 24 |
| Binary | 111111 | 110110 | 100111 | 0 | 1110 | 100110 | 1001011 | 100110 | 11000 | 10100 |
Color Harmonies of #3F3627
Complementary color
Monochromatic Colors of #3F3627
Black with #3F3627
Text Example
Text Example
White with #3F3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3627; }
p { color: rgb(63,54,39); }
H1.HeaderClassName
{
color: #3F3627;
}
.AnyTagClassName
{
color: #3F3627;
}
</style>
background-color css
<style>
a { background-color: #3F3627; }
a { background-color: rgb(63,54,39); }
div.DivClassName
{
background-color: #3F3627;
}
.BgClassName
{
background-color: #3F3627;
}
</style>
border-color css
<style>
span { border-color: #3F3627; }
span { border-color: rgb(63,54,39); }
td.TdClassName
{
border-color: #3F3627;
}
.TagClassName
{
border-color: #3F3627;
}
</style>