Shades of Birch #3F3A29
Tints of Birch #3F3A29
RGB
CMYK
RGB Variations
Color information
#3F3A29 (or 0x3F3A29) is known color: Birch. HEX triplet: 3F, 3A and 29. RGB value is (63,58,41). Sum of RGB (Red+Green+Blue) = 63+58+41=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A29 is #C0C5D6. Grayscale: #393939. Windows color (decimal): -12633559 or 2701887. OLE color: 2701887.
HSL color Cylindrical-coordinate representation of color #3F3A29: hue angle of 46.36º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3A29 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 41 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.75 |
| HSL | 46.36º | 0.21% | 0.2% | - |
| HSV(B) | 46.36º | 0.35% | 0.25% | - |
| XYZ | 3.96 | 4.24 | 2.71 | - |
| YUV | 57.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 41 | 0 | 0.08 | 0.35 | 0.75 | 46.36 | 0.21 | 0.2 |
| Hex | 3F | 3A | 29 | 0 | 8 | 23 | 4B | 2E | 15 | 14 |
| Octal | 77 | 72 | 51 | 0 | 10 | 43 | 113 | 56 | 25 | 24 |
| Binary | 111111 | 111010 | 101001 | 0 | 1000 | 100011 | 1001011 | 101110 | 10101 | 10100 |
Color Harmonies of #3F3A29
Complementary color
Monochromatic Colors of #3F3A29
Black with #3F3A29
Text Example
Text Example
White with #3F3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A29; }
p { color: rgb(63,58,41); }
H1.HeaderClassName
{
color: #3F3A29;
}
.AnyTagClassName
{
color: #3F3A29;
}
</style>
background-color css
<style>
a { background-color: #3F3A29; }
a { background-color: rgb(63,58,41); }
div.DivClassName
{
background-color: #3F3A29;
}
.BgClassName
{
background-color: #3F3A29;
}
</style>
border-color css
<style>
span { border-color: #3F3A29; }
span { border-color: rgb(63,58,41); }
td.TdClassName
{
border-color: #3F3A29;
}
.TagClassName
{
border-color: #3F3A29;
}
</style>