Shades of Birch #3F382A
Tints of Birch #3F382A
RGB
CMYK
RGB Variations
Color information
#3F382A (or 0x3F382A) is known color: Birch. HEX triplet: 3F, 38 and 2A. RGB value is (63,56,42). Sum of RGB (Red+Green+Blue) = 63+56+42=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F382A is #C0C7D5. Grayscale: #383838. Windows color (decimal): -12634070 or 2766911. OLE color: 2766911.
HSL color Cylindrical-coordinate representation of color #3F382A: hue angle of 40º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F382A is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 42 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.75 |
| HSL | 40º | 0.2% | 0.21% | - |
| HSV(B) | 40º | 0.33% | 0.25% | - |
| XYZ | 3.88 | 4.05 | 2.77 | - |
| YUV | 56.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 42 | 0 | 0.11 | 0.33 | 0.75 | 40 | 0.2 | 0.21 |
| Hex | 3F | 38 | 2A | 0 | B | 21 | 4B | 28 | 14 | 15 |
| Octal | 77 | 70 | 52 | 0 | 13 | 41 | 113 | 50 | 24 | 25 |
| Binary | 111111 | 111000 | 101010 | 0 | 1011 | 100001 | 1001011 | 101000 | 10100 | 10101 |
Color Harmonies of #3F382A
Complementary color
Monochromatic Colors of #3F382A
Black with #3F382A
Text Example
Text Example
White with #3F382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F382A; }
p { color: rgb(63,56,42); }
H1.HeaderClassName
{
color: #3F382A;
}
.AnyTagClassName
{
color: #3F382A;
}
</style>
background-color css
<style>
a { background-color: #3F382A; }
a { background-color: rgb(63,56,42); }
div.DivClassName
{
background-color: #3F382A;
}
.BgClassName
{
background-color: #3F382A;
}
</style>
border-color css
<style>
span { border-color: #3F382A; }
span { border-color: rgb(63,56,42); }
td.TdClassName
{
border-color: #3F382A;
}
.TagClassName
{
border-color: #3F382A;
}
</style>