Shades of Birch #3F3924
Tints of Birch #3F3924
RGB
CMYK
RGB Variations
Color information
#3F3924 (or 0x3F3924) is known color: Birch. HEX triplet: 3F, 39 and 24. RGB value is (63,57,36). Sum of RGB (Red+Green+Blue) = 63+57+36=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3924 is #C0C6DB. Grayscale: #383838. Windows color (decimal): -12633820 or 2373951. OLE color: 2373951.
HSL color Cylindrical-coordinate representation of color #3F3924: hue angle of 46.67º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F3924 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 36 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.75 |
| HSL | 46.67º | 0.27% | 0.19% | - |
| HSV(B) | 46.67º | 0.43% | 0.25% | - |
| XYZ | 3.83 | 4.11 | 2.26 | - |
| YUV | 56.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 36 | 0 | 0.10 | 0.43 | 0.75 | 46.67 | 0.27 | 0.19 |
| Hex | 3F | 39 | 24 | 0 | A | 2B | 4B | 2F | 1B | 13 |
| Octal | 77 | 71 | 44 | 0 | 12 | 53 | 113 | 57 | 33 | 23 |
| Binary | 111111 | 111001 | 100100 | 0 | 1010 | 101011 | 1001011 | 101111 | 11011 | 10011 |
Color Harmonies of #3F3924
Complementary color
Monochromatic Colors of #3F3924
Black with #3F3924
Text Example
Text Example
White with #3F3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3924; }
p { color: rgb(63,57,36); }
H1.HeaderClassName
{
color: #3F3924;
}
.AnyTagClassName
{
color: #3F3924;
}
</style>
background-color css
<style>
a { background-color: #3F3924; }
a { background-color: rgb(63,57,36); }
div.DivClassName
{
background-color: #3F3924;
}
.BgClassName
{
background-color: #3F3924;
}
</style>
border-color css
<style>
span { border-color: #3F3924; }
span { border-color: rgb(63,57,36); }
td.TdClassName
{
border-color: #3F3924;
}
.TagClassName
{
border-color: #3F3924;
}
</style>