Shades of Birch #403A29
Tints of Birch #403A29
RGB
CMYK
RGB Variations
Color information
#403A29 (or 0x403A29) is known color: Birch. HEX triplet: 40, 3A and 29. RGB value is (64,58,41). Sum of RGB (Red+Green+Blue) = 64+58+41=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A29 is #BFC5D6. Grayscale: #393939. Windows color (decimal): -12568023 or 2701888. OLE color: 2701888.
HSL color Cylindrical-coordinate representation of color #403A29: hue angle of 44.35º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #403A29 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 41 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.75 |
| HSL | 44.35º | 0.22% | 0.21% | - |
| HSV(B) | 44.35º | 0.36% | 0.25% | - |
| XYZ | 4.03 | 4.28 | 2.71 | - |
| YUV | 57.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 41 | 0 | 0.09 | 0.36 | 0.75 | 44.35 | 0.22 | 0.21 |
| Hex | 40 | 3A | 29 | 0 | 9 | 24 | 4B | 2C | 16 | 15 |
| Octal | 100 | 72 | 51 | 0 | 11 | 44 | 113 | 54 | 26 | 25 |
| Binary | 1000000 | 111010 | 101001 | 0 | 1001 | 100100 | 1001011 | 101100 | 10110 | 10101 |
Color Harmonies of #403A29
Complementary color
Monochromatic Colors of #403A29
Black with #403A29
Text Example
Text Example
White with #403A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A29; }
p { color: rgb(64,58,41); }
H1.HeaderClassName
{
color: #403A29;
}
.AnyTagClassName
{
color: #403A29;
}
</style>
background-color css
<style>
a { background-color: #403A29; }
a { background-color: rgb(64,58,41); }
div.DivClassName
{
background-color: #403A29;
}
.BgClassName
{
background-color: #403A29;
}
</style>
border-color css
<style>
span { border-color: #403A29; }
span { border-color: rgb(64,58,41); }
td.TdClassName
{
border-color: #403A29;
}
.TagClassName
{
border-color: #403A29;
}
</style>