Shades of Birch #403A2B
Tints of Birch #403A2B
RGB
CMYK
RGB Variations
Color information
#403A2B (or 0x403A2B) is known color: Birch. HEX triplet: 40, 3A and 2B. RGB value is (64,58,43). Sum of RGB (Red+Green+Blue) = 64+58+43=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A2B is #BFC5D4. Grayscale: #3A3A3A. Windows color (decimal): -12568021 or 2832960. OLE color: 2832960.
HSL color Cylindrical-coordinate representation of color #403A2B: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #403A2B is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 58 | 43 | - |
CMYK | 0 | 0.09 | 0.33 | 0.75 |
HSL | 42.86º | 0.2% | 0.21% | - |
HSV(B) | 42.86º | 0.33% | 0.25% | - |
XYZ | 4.06 | 4.29 | 2.9 | - |
YUV | 58.08 | 119.49 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 58 | 43 | 0 | 0.09 | 0.33 | 0.75 | 42.86 | 0.2 | 0.21 |
Hex | 40 | 3A | 2B | 0 | 9 | 21 | 4B | 2B | 14 | 15 |
Octal | 100 | 72 | 53 | 0 | 11 | 41 | 113 | 53 | 24 | 25 |
Binary | 1000000 | 111010 | 101011 | 0 | 1001 | 100001 | 1001011 | 101011 | 10100 | 10101 |
Color Harmonies of #403A2B
Complementary color
Monochromatic Colors of #403A2B
Black with #403A2B
Text Example
Text Example
White with #403A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A2B; }
p { color: rgb(64,58,43); }
H1.HeaderClassName
{
color: #403A2B;
}
.AnyTagClassName
{
color: #403A2B;
}
</style>
background-color css
<style>
a { background-color: #403A2B; }
a { background-color: rgb(64,58,43); }
div.DivClassName
{
background-color: #403A2B;
}
.BgClassName
{
background-color: #403A2B;
}
</style>
border-color css
<style>
span { border-color: #403A2B; }
span { border-color: rgb(64,58,43); }
td.TdClassName
{
border-color: #403A2B;
}
.TagClassName
{
border-color: #403A2B;
}
</style>