Shades of Birch #413A2C
Tints of Birch #413A2C
RGB
CMYK
RGB Variations
Color information
#413A2C (or 0x413A2C) is known color: Birch. HEX triplet: 41, 3A and 2C. RGB value is (65,58,44). Sum of RGB (Red+Green+Blue) = 65+58+44=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2C is #BEC5D3. Grayscale: #3A3A3A. Windows color (decimal): -12502484 or 2898497. OLE color: 2898497.
HSL color Cylindrical-coordinate representation of color #413A2C: hue angle of 40º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413A2C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 44 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.75 |
| HSL | 40º | 0.19% | 0.21% | - |
| HSV(B) | 40º | 0.32% | 0.25% | - |
| XYZ | 4.15 | 4.33 | 3 | - |
| YUV | 58.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 44 | 0 | 0.11 | 0.32 | 0.75 | 40 | 0.19 | 0.21 |
| Hex | 41 | 3A | 2C | 0 | B | 20 | 4B | 28 | 13 | 15 |
| Octal | 101 | 72 | 54 | 0 | 13 | 40 | 113 | 50 | 23 | 25 |
| Binary | 1000001 | 111010 | 101100 | 0 | 1011 | 100000 | 1001011 | 101000 | 10011 | 10101 |
Color Harmonies of #413A2C
Complementary color
Monochromatic Colors of #413A2C
Black with #413A2C
Text Example
Text Example
White with #413A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A2C; }
p { color: rgb(65,58,44); }
H1.HeaderClassName
{
color: #413A2C;
}
.AnyTagClassName
{
color: #413A2C;
}
</style>
background-color css
<style>
a { background-color: #413A2C; }
a { background-color: rgb(65,58,44); }
div.DivClassName
{
background-color: #413A2C;
}
.BgClassName
{
background-color: #413A2C;
}
</style>
border-color css
<style>
span { border-color: #413A2C; }
span { border-color: rgb(65,58,44); }
td.TdClassName
{
border-color: #413A2C;
}
.TagClassName
{
border-color: #413A2C;
}
</style>