Shades of Birch #413A2B
Tints of Birch #413A2B
RGB
CMYK
RGB Variations
Color information
#413A2B (or 0x413A2B) is known color: Birch. HEX triplet: 41, 3A and 2B. RGB value is (65,58,43). Sum of RGB (Red+Green+Blue) = 65+58+43=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2B is #BEC5D4. Grayscale: #3A3A3A. Windows color (decimal): -12502485 or 2832961. OLE color: 2832961.
HSL color Cylindrical-coordinate representation of color #413A2B: hue angle of 40.91º degrees, saturation: 0.2, 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 #413A2B is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 43 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.75 |
| HSL | 40.91º | 0.2% | 0.21% | - |
| HSV(B) | 40.91º | 0.34% | 0.25% | - |
| XYZ | 4.13 | 4.32 | 2.9 | - |
| YUV | 58.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 43 | 0 | 0.11 | 0.34 | 0.75 | 40.91 | 0.2 | 0.21 |
| Hex | 41 | 3A | 2B | 0 | B | 22 | 4B | 29 | 14 | 15 |
| Octal | 101 | 72 | 53 | 0 | 13 | 42 | 113 | 51 | 24 | 25 |
| Binary | 1000001 | 111010 | 101011 | 0 | 1011 | 100010 | 1001011 | 101001 | 10100 | 10101 |
Color Harmonies of #413A2B
Complementary color
Monochromatic Colors of #413A2B
Black with #413A2B
Text Example
Text Example
White with #413A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A2B; }
p { color: rgb(65,58,43); }
H1.HeaderClassName
{
color: #413A2B;
}
.AnyTagClassName
{
color: #413A2B;
}
</style>
background-color css
<style>
a { background-color: #413A2B; }
a { background-color: rgb(65,58,43); }
div.DivClassName
{
background-color: #413A2B;
}
.BgClassName
{
background-color: #413A2B;
}
</style>
border-color css
<style>
span { border-color: #413A2B; }
span { border-color: rgb(65,58,43); }
td.TdClassName
{
border-color: #413A2B;
}
.TagClassName
{
border-color: #413A2B;
}
</style>