Shades of Birch #413A2A
Tints of Birch #413A2A
RGB
CMYK
RGB Variations
Color information
#413A2A (or 0x413A2A) is known color: Birch. HEX triplet: 41, 3A and 2A. RGB value is (65,58,42). Sum of RGB (Red+Green+Blue) = 65+58+42=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2A is #BEC5D5. Grayscale: #3A3A3A. Windows color (decimal): -12502486 or 2767425. OLE color: 2767425.
HSL color Cylindrical-coordinate representation of color #413A2A: hue angle of 41.74º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413A2A is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 42 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.75 |
| HSL | 41.74º | 0.21% | 0.21% | - |
| HSV(B) | 41.74º | 0.35% | 0.25% | - |
| XYZ | 4.11 | 4.32 | 2.81 | - |
| YUV | 58.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 42 | 0 | 0.11 | 0.35 | 0.75 | 41.74 | 0.21 | 0.21 |
| Hex | 41 | 3A | 2A | 0 | B | 23 | 4B | 2A | 15 | 15 |
| Octal | 101 | 72 | 52 | 0 | 13 | 43 | 113 | 52 | 25 | 25 |
| Binary | 1000001 | 111010 | 101010 | 0 | 1011 | 100011 | 1001011 | 101010 | 10101 | 10101 |
Color Harmonies of #413A2A
Complementary color
Monochromatic Colors of #413A2A
Black with #413A2A
Text Example
Text Example
White with #413A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A2A; }
p { color: rgb(65,58,42); }
H1.HeaderClassName
{
color: #413A2A;
}
.AnyTagClassName
{
color: #413A2A;
}
</style>
background-color css
<style>
a { background-color: #413A2A; }
a { background-color: rgb(65,58,42); }
div.DivClassName
{
background-color: #413A2A;
}
.BgClassName
{
background-color: #413A2A;
}
</style>
border-color css
<style>
span { border-color: #413A2A; }
span { border-color: rgb(65,58,42); }
td.TdClassName
{
border-color: #413A2A;
}
.TagClassName
{
border-color: #413A2A;
}
</style>