Shades of Birch #403A2A
Tints of Birch #403A2A
RGB
CMYK
RGB Variations
Color information
#403A2A (or 0x403A2A) is known color: Birch. HEX triplet: 40, 3A and 2A. RGB value is (64,58,42). Sum of RGB (Red+Green+Blue) = 64+58+42=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A2A is #BFC5D5. Grayscale: #3A3A3A. Windows color (decimal): -12568022 or 2767424. OLE color: 2767424.
HSL color Cylindrical-coordinate representation of color #403A2A: hue angle of 43.64º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403A2A is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 42 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.75 |
| HSL | 43.64º | 0.21% | 0.21% | - |
| HSV(B) | 43.64º | 0.34% | 0.25% | - |
| XYZ | 4.05 | 4.28 | 2.8 | - |
| YUV | 57.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 42 | 0 | 0.09 | 0.34 | 0.75 | 43.64 | 0.21 | 0.21 |
| Hex | 40 | 3A | 2A | 0 | 9 | 22 | 4B | 2C | 15 | 15 |
| Octal | 100 | 72 | 52 | 0 | 11 | 42 | 113 | 54 | 25 | 25 |
| Binary | 1000000 | 111010 | 101010 | 0 | 1001 | 100010 | 1001011 | 101100 | 10101 | 10101 |
Color Harmonies of #403A2A
Complementary color
Monochromatic Colors of #403A2A
Black with #403A2A
Text Example
Text Example
White with #403A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A2A; }
p { color: rgb(64,58,42); }
H1.HeaderClassName
{
color: #403A2A;
}
.AnyTagClassName
{
color: #403A2A;
}
</style>
background-color css
<style>
a { background-color: #403A2A; }
a { background-color: rgb(64,58,42); }
div.DivClassName
{
background-color: #403A2A;
}
.BgClassName
{
background-color: #403A2A;
}
</style>
border-color css
<style>
span { border-color: #403A2A; }
span { border-color: rgb(64,58,42); }
td.TdClassName
{
border-color: #403A2A;
}
.TagClassName
{
border-color: #403A2A;
}
</style>