Shades of Birch #3F3927
Tints of Birch #3F3927
RGB
CMYK
RGB Variations
Color information
#3F3927 (or 0x3F3927) is known color: Birch. HEX triplet: 3F, 39 and 27. RGB value is (63,57,39). Sum of RGB (Red+Green+Blue) = 63+57+39=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3927 is #C0C6D8. Grayscale: #383838. Windows color (decimal): -12633817 or 2570559. OLE color: 2570559.
HSL color Cylindrical-coordinate representation of color #3F3927: hue angle of 45º 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 #3F3927 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 39 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.75 |
| HSL | 45º | 0.24% | 0.2% | - |
| HSV(B) | 45º | 0.38% | 0.25% | - |
| XYZ | 3.88 | 4.13 | 2.51 | - |
| YUV | 56.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 39 | 0 | 0.10 | 0.38 | 0.75 | 45 | 0.24 | 0.2 |
| Hex | 3F | 39 | 27 | 0 | A | 26 | 4B | 2D | 18 | 14 |
| Octal | 77 | 71 | 47 | 0 | 12 | 46 | 113 | 55 | 30 | 24 |
| Binary | 111111 | 111001 | 100111 | 0 | 1010 | 100110 | 1001011 | 101101 | 11000 | 10100 |
Color Harmonies of #3F3927
Complementary color
Monochromatic Colors of #3F3927
Black with #3F3927
Text Example
Text Example
White with #3F3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3927; }
p { color: rgb(63,57,39); }
H1.HeaderClassName
{
color: #3F3927;
}
.AnyTagClassName
{
color: #3F3927;
}
</style>
background-color css
<style>
a { background-color: #3F3927; }
a { background-color: rgb(63,57,39); }
div.DivClassName
{
background-color: #3F3927;
}
.BgClassName
{
background-color: #3F3927;
}
</style>
border-color css
<style>
span { border-color: #3F3927; }
span { border-color: rgb(63,57,39); }
td.TdClassName
{
border-color: #3F3927;
}
.TagClassName
{
border-color: #3F3927;
}
</style>