Shades of Birch #413B2D
Tints of Birch #413B2D
RGB
CMYK
RGB Variations
Color information
#413B2D (or 0x413B2D) is known color: Birch. HEX triplet: 41, 3B and 2D. RGB value is (65,59,45). Sum of RGB (Red+Green+Blue) = 65+59+45=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B2D is #BEC4D2. Grayscale: #3B3B3B. Windows color (decimal): -12502227 or 2964289. OLE color: 2964289.
HSL color Cylindrical-coordinate representation of color #413B2D: hue angle of 42º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #413B2D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 45 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.75 |
| HSL | 42º | 0.18% | 0.22% | - |
| HSV(B) | 42º | 0.31% | 0.25% | - |
| XYZ | 4.22 | 4.44 | 3.12 | - |
| YUV | 59.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 45 | 0 | 0.09 | 0.31 | 0.75 | 42 | 0.18 | 0.22 |
| Hex | 41 | 3B | 2D | 0 | 9 | 1F | 4B | 2A | 12 | 16 |
| Octal | 101 | 73 | 55 | 0 | 11 | 37 | 113 | 52 | 22 | 26 |
| Binary | 1000001 | 111011 | 101101 | 0 | 1001 | 11111 | 1001011 | 101010 | 10010 | 10110 |
Color Harmonies of #413B2D
Complementary color
Monochromatic Colors of #413B2D
Black with #413B2D
Text Example
Text Example
White with #413B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B2D; }
p { color: rgb(65,59,45); }
H1.HeaderClassName
{
color: #413B2D;
}
.AnyTagClassName
{
color: #413B2D;
}
</style>
background-color css
<style>
a { background-color: #413B2D; }
a { background-color: rgb(65,59,45); }
div.DivClassName
{
background-color: #413B2D;
}
.BgClassName
{
background-color: #413B2D;
}
</style>
border-color css
<style>
span { border-color: #413B2D; }
span { border-color: rgb(65,59,45); }
td.TdClassName
{
border-color: #413B2D;
}
.TagClassName
{
border-color: #413B2D;
}
</style>