Shades of Birch #403A26
Tints of Birch #403A26
RGB
CMYK
RGB Variations
Color information
#403A26 (or 0x403A26) is known color: Birch. HEX triplet: 40, 3A and 26. RGB value is (64,58,38). Sum of RGB (Red+Green+Blue) = 64+58+38=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A26 is #BFC5D9. Grayscale: #393939. Windows color (decimal): -12568026 or 2505280. OLE color: 2505280.
HSL color Cylindrical-coordinate representation of color #403A26: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403A26 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 38 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.75 |
| HSL | 46.15º | 0.25% | 0.2% | - |
| HSV(B) | 46.15º | 0.41% | 0.25% | - |
| XYZ | 3.98 | 4.26 | 2.45 | - |
| YUV | 57.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 38 | 0 | 0.09 | 0.41 | 0.75 | 46.15 | 0.25 | 0.2 |
| Hex | 40 | 3A | 26 | 0 | 9 | 29 | 4B | 2E | 19 | 14 |
| Octal | 100 | 72 | 46 | 0 | 11 | 51 | 113 | 56 | 31 | 24 |
| Binary | 1000000 | 111010 | 100110 | 0 | 1001 | 101001 | 1001011 | 101110 | 11001 | 10100 |
Color Harmonies of #403A26
Complementary color
Monochromatic Colors of #403A26
Black with #403A26
Text Example
Text Example
White with #403A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A26; }
p { color: rgb(64,58,38); }
H1.HeaderClassName
{
color: #403A26;
}
.AnyTagClassName
{
color: #403A26;
}
</style>
background-color css
<style>
a { background-color: #403A26; }
a { background-color: rgb(64,58,38); }
div.DivClassName
{
background-color: #403A26;
}
.BgClassName
{
background-color: #403A26;
}
</style>
border-color css
<style>
span { border-color: #403A26; }
span { border-color: rgb(64,58,38); }
td.TdClassName
{
border-color: #403A26;
}
.TagClassName
{
border-color: #403A26;
}
</style>