Shades of Birch #403B2E
Tints of Birch #403B2E
RGB
CMYK
RGB Variations
Color information
#403B2E (or 0x403B2E) is known color: Birch. HEX triplet: 40, 3B and 2E. RGB value is (64,59,46). Sum of RGB (Red+Green+Blue) = 64+59+46=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B2E is #BFC4D1. Grayscale: #3B3B3B. Windows color (decimal): -12567762 or 3029824. OLE color: 3029824.
HSL color Cylindrical-coordinate representation of color #403B2E: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403B2E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 46 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.75 |
| HSL | 43.33º | 0.16% | 0.22% | - |
| HSV(B) | 43.33º | 0.28% | 0.25% | - |
| XYZ | 4.17 | 4.42 | 3.22 | - |
| YUV | 59.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 46 | 0 | 0.08 | 0.28 | 0.75 | 43.33 | 0.16 | 0.22 |
| Hex | 40 | 3B | 2E | 0 | 8 | 1C | 4B | 2B | 10 | 16 |
| Octal | 100 | 73 | 56 | 0 | 10 | 34 | 113 | 53 | 20 | 26 |
| Binary | 1000000 | 111011 | 101110 | 0 | 1000 | 11100 | 1001011 | 101011 | 10000 | 10110 |
Color Harmonies of #403B2E
Complementary color
Monochromatic Colors of #403B2E
Black with #403B2E
Text Example
Text Example
White with #403B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B2E; }
p { color: rgb(64,59,46); }
H1.HeaderClassName
{
color: #403B2E;
}
.AnyTagClassName
{
color: #403B2E;
}
</style>
background-color css
<style>
a { background-color: #403B2E; }
a { background-color: rgb(64,59,46); }
div.DivClassName
{
background-color: #403B2E;
}
.BgClassName
{
background-color: #403B2E;
}
</style>
border-color css
<style>
span { border-color: #403B2E; }
span { border-color: rgb(64,59,46); }
td.TdClassName
{
border-color: #403B2E;
}
.TagClassName
{
border-color: #403B2E;
}
</style>