Shades of Birch #3F3B32
Tints of Birch #3F3B32
RGB
CMYK
RGB Variations
Color information
#3F3B32 (or 0x3F3B32) is known color: Birch. HEX triplet: 3F, 3B and 32. RGB value is (63,59,50). Sum of RGB (Red+Green+Blue) = 63+59+50=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B32 is #C0C4CD. Grayscale: #3B3B3B. Windows color (decimal): -12633294 or 3291967. OLE color: 3291967.
HSL color Cylindrical-coordinate representation of color #3F3B32: hue angle of 41.54º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3B32 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 59 | 50 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.75 |
| HSL | 41.54º | 0.12% | 0.22% | - |
| HSV(B) | 41.54º | 0.21% | 0.25% | - |
| XYZ | 4.19 | 4.41 | 3.65 | - |
| YUV | 59.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 50 | 0 | 0.06 | 0.21 | 0.75 | 41.54 | 0.12 | 0.22 |
| Hex | 3F | 3B | 32 | 0 | 6 | 15 | 4B | 2A | C | 16 |
| Octal | 77 | 73 | 62 | 0 | 6 | 25 | 113 | 52 | 14 | 26 |
| Binary | 111111 | 111011 | 110010 | 0 | 110 | 10101 | 1001011 | 101010 | 1100 | 10110 |
Color Harmonies of #3F3B32
Complementary color
Monochromatic Colors of #3F3B32
Black with #3F3B32
Text Example
Text Example
White with #3F3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B32; }
p { color: rgb(63,59,50); }
H1.HeaderClassName
{
color: #3F3B32;
}
.AnyTagClassName
{
color: #3F3B32;
}
</style>
background-color css
<style>
a { background-color: #3F3B32; }
a { background-color: rgb(63,59,50); }
div.DivClassName
{
background-color: #3F3B32;
}
.BgClassName
{
background-color: #3F3B32;
}
</style>
border-color css
<style>
span { border-color: #3F3B32; }
span { border-color: rgb(63,59,50); }
td.TdClassName
{
border-color: #3F3B32;
}
.TagClassName
{
border-color: #3F3B32;
}
</style>