Shades of Birch #413B2C
Tints of Birch #413B2C
RGB
CMYK
RGB Variations
Color information
#413B2C (or 0x413B2C) is known color: Birch. HEX triplet: 41, 3B and 2C. RGB value is (65,59,44). Sum of RGB (Red+Green+Blue) = 65+59+44=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #413B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B2C is #BEC4D3. Grayscale: #3B3B3B. Windows color (decimal): -12502228 or 2898753. OLE color: 2898753.
HSL color Cylindrical-coordinate representation of color #413B2C: hue angle of 42.86º 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 #413B2C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 44 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.75 |
| HSL | 42.86º | 0.19% | 0.21% | - |
| HSV(B) | 42.86º | 0.32% | 0.25% | - |
| XYZ | 4.2 | 4.43 | 3.02 | - |
| YUV | 59.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 44 | 0 | 0.09 | 0.32 | 0.75 | 42.86 | 0.19 | 0.21 |
| Hex | 41 | 3B | 2C | 0 | 9 | 20 | 4B | 2B | 13 | 15 |
| Octal | 101 | 73 | 54 | 0 | 11 | 40 | 113 | 53 | 23 | 25 |
| Binary | 1000001 | 111011 | 101100 | 0 | 1001 | 100000 | 1001011 | 101011 | 10011 | 10101 |
Color Harmonies of #413B2C
Complementary color
Monochromatic Colors of #413B2C
Black with #413B2C
Text Example
Text Example
White with #413B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B2C; }
p { color: rgb(65,59,44); }
H1.HeaderClassName
{
color: #413B2C;
}
.AnyTagClassName
{
color: #413B2C;
}
</style>
background-color css
<style>
a { background-color: #413B2C; }
a { background-color: rgb(65,59,44); }
div.DivClassName
{
background-color: #413B2C;
}
.BgClassName
{
background-color: #413B2C;
}
</style>
border-color css
<style>
span { border-color: #413B2C; }
span { border-color: rgb(65,59,44); }
td.TdClassName
{
border-color: #413B2C;
}
.TagClassName
{
border-color: #413B2C;
}
</style>