Shades of Birch #3F3A2B
Tints of Birch #3F3A2B
RGB
CMYK
RGB Variations
Color information
#3F3A2B (or 0x3F3A2B) is known color: Birch. HEX triplet: 3F, 3A and 2B. RGB value is (63,58,43). Sum of RGB (Red+Green+Blue) = 63+58+43=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A2B is #C0C5D4. Grayscale: #393939. Windows color (decimal): -12633557 or 2832959. OLE color: 2832959.
HSL color Cylindrical-coordinate representation of color #3F3A2B: hue angle of 45º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F3A2B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 58 | 43 | - |
CMYK | 0 | 0.08 | 0.32 | 0.75 |
HSL | 45º | 0.19% | 0.21% | - |
HSV(B) | 45º | 0.32% | 0.25% | - |
XYZ | 4 | 4.26 | 2.9 | - |
YUV | 57.79 | 119.66 | 131.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 58 | 43 | 0 | 0.08 | 0.32 | 0.75 | 45 | 0.19 | 0.21 |
Hex | 3F | 3A | 2B | 0 | 8 | 20 | 4B | 2D | 13 | 15 |
Octal | 77 | 72 | 53 | 0 | 10 | 40 | 113 | 55 | 23 | 25 |
Binary | 111111 | 111010 | 101011 | 0 | 1000 | 100000 | 1001011 | 101101 | 10011 | 10101 |
Color Harmonies of #3F3A2B
Complementary color
Monochromatic Colors of #3F3A2B
Black with #3F3A2B
Text Example
Text Example
White with #3F3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A2B; }
p { color: rgb(63,58,43); }
H1.HeaderClassName
{
color: #3F3A2B;
}
.AnyTagClassName
{
color: #3F3A2B;
}
</style>
background-color css
<style>
a { background-color: #3F3A2B; }
a { background-color: rgb(63,58,43); }
div.DivClassName
{
background-color: #3F3A2B;
}
.BgClassName
{
background-color: #3F3A2B;
}
</style>
border-color css
<style>
span { border-color: #3F3A2B; }
span { border-color: rgb(63,58,43); }
td.TdClassName
{
border-color: #3F3A2B;
}
.TagClassName
{
border-color: #3F3A2B;
}
</style>