Shades of Birch #3F392D
Tints of Birch #3F392D
RGB
CMYK
RGB Variations
Color information
#3F392D (or 0x3F392D) is known color: Birch. HEX triplet: 3F, 39 and 2D. RGB value is (63,57,45). Sum of RGB (Red+Green+Blue) = 63+57+45=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 63 - color contains mainly: red. Hex color #3F392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F392D is #C0C6D2. Grayscale: #393939. Windows color (decimal): -12633811 or 2963775. OLE color: 2963775.
HSL color Cylindrical-coordinate representation of color #3F392D: hue angle of 40º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F392D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 45 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.75 |
| HSL | 40º | 0.17% | 0.21% | - |
| HSV(B) | 40º | 0.29% | 0.25% | - |
| XYZ | 3.99 | 4.17 | 3.08 | - |
| YUV | 57.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 45 | 0 | 0.10 | 0.29 | 0.75 | 40 | 0.17 | 0.21 |
| Hex | 3F | 39 | 2D | 0 | A | 1D | 4B | 28 | 11 | 15 |
| Octal | 77 | 71 | 55 | 0 | 12 | 35 | 113 | 50 | 21 | 25 |
| Binary | 111111 | 111001 | 101101 | 0 | 1010 | 11101 | 1001011 | 101000 | 10001 | 10101 |
Color Harmonies of #3F392D
Complementary color
Monochromatic Colors of #3F392D
Black with #3F392D
Text Example
Text Example
White with #3F392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F392D; }
p { color: rgb(63,57,45); }
H1.HeaderClassName
{
color: #3F392D;
}
.AnyTagClassName
{
color: #3F392D;
}
</style>
background-color css
<style>
a { background-color: #3F392D; }
a { background-color: rgb(63,57,45); }
div.DivClassName
{
background-color: #3F392D;
}
.BgClassName
{
background-color: #3F392D;
}
</style>
border-color css
<style>
span { border-color: #3F392D; }
span { border-color: rgb(63,57,45); }
td.TdClassName
{
border-color: #3F392D;
}
.TagClassName
{
border-color: #3F392D;
}
</style>