Shades of Birch #3F3A2D
Tints of Birch #3F3A2D
RGB
CMYK
RGB Variations
Color information
#3F3A2D (or 0x3F3A2D) is known color: Birch. HEX triplet: 3F, 3A and 2D. RGB value is (63,58,45). Sum of RGB (Red+Green+Blue) = 63+58+45=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A2D is #C0C5D2. Grayscale: #3A3A3A. Windows color (decimal): -12633555 or 2964031. OLE color: 2964031.
HSL color Cylindrical-coordinate representation of color #3F3A2D: hue angle of 43.33º 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 #3F3A2D is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 45 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.75 |
| HSL | 43.33º | 0.17% | 0.21% | - |
| HSV(B) | 43.33º | 0.29% | 0.25% | - |
| XYZ | 4.04 | 4.27 | 3.09 | - |
| YUV | 58.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 45 | 0 | 0.08 | 0.29 | 0.75 | 43.33 | 0.17 | 0.21 |
| Hex | 3F | 3A | 2D | 0 | 8 | 1D | 4B | 2B | 11 | 15 |
| Octal | 77 | 72 | 55 | 0 | 10 | 35 | 113 | 53 | 21 | 25 |
| Binary | 111111 | 111010 | 101101 | 0 | 1000 | 11101 | 1001011 | 101011 | 10001 | 10101 |
Color Harmonies of #3F3A2D
Complementary color
Monochromatic Colors of #3F3A2D
Black with #3F3A2D
Text Example
Text Example
White with #3F3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A2D; }
p { color: rgb(63,58,45); }
H1.HeaderClassName
{
color: #3F3A2D;
}
.AnyTagClassName
{
color: #3F3A2D;
}
</style>
background-color css
<style>
a { background-color: #3F3A2D; }
a { background-color: rgb(63,58,45); }
div.DivClassName
{
background-color: #3F3A2D;
}
.BgClassName
{
background-color: #3F3A2D;
}
</style>
border-color css
<style>
span { border-color: #3F3A2D; }
span { border-color: rgb(63,58,45); }
td.TdClassName
{
border-color: #3F3A2D;
}
.TagClassName
{
border-color: #3F3A2D;
}
</style>