Shades of Birch #3F382C
Tints of Birch #3F382C
RGB
CMYK
RGB Variations
Color information
#3F382C (or 0x3F382C) is known color: Birch. HEX triplet: 3F, 38 and 2C. RGB value is (63,56,44). Sum of RGB (Red+Green+Blue) = 63+56+44=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F382C is #C0C7D3. Grayscale: #383838. Windows color (decimal): -12634068 or 2897983. OLE color: 2897983.
HSL color Cylindrical-coordinate representation of color #3F382C: hue angle of 37.89º 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 #3F382C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 44 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.75 |
| HSL | 37.89º | 0.18% | 0.21% | - |
| HSV(B) | 37.89º | 0.3% | 0.25% | - |
| XYZ | 3.92 | 4.07 | 2.96 | - |
| YUV | 56.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 44 | 0 | 0.11 | 0.30 | 0.75 | 37.89 | 0.18 | 0.21 |
| Hex | 3F | 38 | 2C | 0 | B | 1E | 4B | 26 | 12 | 15 |
| Octal | 77 | 70 | 54 | 0 | 13 | 36 | 113 | 46 | 22 | 25 |
| Binary | 111111 | 111000 | 101100 | 0 | 1011 | 11110 | 1001011 | 100110 | 10010 | 10101 |
Color Harmonies of #3F382C
Complementary color
Monochromatic Colors of #3F382C
Black with #3F382C
Text Example
Text Example
White with #3F382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F382C; }
p { color: rgb(63,56,44); }
H1.HeaderClassName
{
color: #3F382C;
}
.AnyTagClassName
{
color: #3F382C;
}
</style>
background-color css
<style>
a { background-color: #3F382C; }
a { background-color: rgb(63,56,44); }
div.DivClassName
{
background-color: #3F382C;
}
.BgClassName
{
background-color: #3F382C;
}
</style>
border-color css
<style>
span { border-color: #3F382C; }
span { border-color: rgb(63,56,44); }
td.TdClassName
{
border-color: #3F382C;
}
.TagClassName
{
border-color: #3F382C;
}
</style>