Shades of Birch #3F392C
Tints of Birch #3F392C
RGB
CMYK
RGB Variations
Color information
#3F392C (or 0x3F392C) is known color: Birch. HEX triplet: 3F, 39 and 2C. RGB value is (63,57,44). Sum of RGB (Red+Green+Blue) = 63+57+44=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F392C is #C0C6D3. Grayscale: #393939. Windows color (decimal): -12633812 or 2898239. OLE color: 2898239.
HSL color Cylindrical-coordinate representation of color #3F392C: hue angle of 41.05º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F392C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 44 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.75 |
| HSL | 41.05º | 0.18% | 0.21% | - |
| HSV(B) | 41.05º | 0.3% | 0.25% | - |
| XYZ | 3.97 | 4.16 | 2.98 | - |
| YUV | 57.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 44 | 0 | 0.10 | 0.30 | 0.75 | 41.05 | 0.18 | 0.21 |
| Hex | 3F | 39 | 2C | 0 | A | 1E | 4B | 29 | 12 | 15 |
| Octal | 77 | 71 | 54 | 0 | 12 | 36 | 113 | 51 | 22 | 25 |
| Binary | 111111 | 111001 | 101100 | 0 | 1010 | 11110 | 1001011 | 101001 | 10010 | 10101 |
Color Harmonies of #3F392C
Complementary color
Monochromatic Colors of #3F392C
Black with #3F392C
Text Example
Text Example
White with #3F392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F392C; }
p { color: rgb(63,57,44); }
H1.HeaderClassName
{
color: #3F392C;
}
.AnyTagClassName
{
color: #3F392C;
}
</style>
background-color css
<style>
a { background-color: #3F392C; }
a { background-color: rgb(63,57,44); }
div.DivClassName
{
background-color: #3F392C;
}
.BgClassName
{
background-color: #3F392C;
}
</style>
border-color css
<style>
span { border-color: #3F392C; }
span { border-color: rgb(63,57,44); }
td.TdClassName
{
border-color: #3F392C;
}
.TagClassName
{
border-color: #3F392C;
}
</style>