Shades of Birch #413B2B
Tints of Birch #413B2B
RGB
CMYK
RGB Variations
Color information
#413B2B (or 0x413B2B) is known color: Birch. HEX triplet: 41, 3B and 2B. RGB value is (65,59,43). Sum of RGB (Red+Green+Blue) = 65+59+43=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B2B is #BEC4D4. Grayscale: #3B3B3B. Windows color (decimal): -12502229 or 2833217. OLE color: 2833217.
HSL color Cylindrical-coordinate representation of color #413B2B: hue angle of 43.64º 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 #413B2B is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 43 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.75 |
| HSL | 43.64º | 0.2% | 0.21% | - |
| HSV(B) | 43.64º | 0.34% | 0.25% | - |
| XYZ | 4.18 | 4.43 | 2.92 | - |
| YUV | 58.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 43 | 0 | 0.09 | 0.34 | 0.75 | 43.64 | 0.2 | 0.21 |
| Hex | 41 | 3B | 2B | 0 | 9 | 22 | 4B | 2C | 14 | 15 |
| Octal | 101 | 73 | 53 | 0 | 11 | 42 | 113 | 54 | 24 | 25 |
| Binary | 1000001 | 111011 | 101011 | 0 | 1001 | 100010 | 1001011 | 101100 | 10100 | 10101 |
Color Harmonies of #413B2B
Complementary color
Monochromatic Colors of #413B2B
Black with #413B2B
Text Example
Text Example
White with #413B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B2B; }
p { color: rgb(65,59,43); }
H1.HeaderClassName
{
color: #413B2B;
}
.AnyTagClassName
{
color: #413B2B;
}
</style>
background-color css
<style>
a { background-color: #413B2B; }
a { background-color: rgb(65,59,43); }
div.DivClassName
{
background-color: #413B2B;
}
.BgClassName
{
background-color: #413B2B;
}
</style>
border-color css
<style>
span { border-color: #413B2B; }
span { border-color: rgb(65,59,43); }
td.TdClassName
{
border-color: #413B2B;
}
.TagClassName
{
border-color: #413B2B;
}
</style>