Shades of Birch #413A2D
Tints of Birch #413A2D
RGB
CMYK
RGB Variations
Color information
#413A2D (or 0x413A2D) is known color: Birch. HEX triplet: 41, 3A and 2D. RGB value is (65,58,45). Sum of RGB (Red+Green+Blue) = 65+58+45=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2D is #BEC5D2. Grayscale: #3A3A3A. Windows color (decimal): -12502483 or 2964033. OLE color: 2964033.
HSL color Cylindrical-coordinate representation of color #413A2D: hue angle of 39º 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 #413A2D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 45 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.75 |
| HSL | 39º | 0.18% | 0.22% | - |
| HSV(B) | 39º | 0.31% | 0.25% | - |
| XYZ | 4.17 | 4.34 | 3.1 | - |
| YUV | 58.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 45 | 0 | 0.11 | 0.31 | 0.75 | 39 | 0.18 | 0.22 |
| Hex | 41 | 3A | 2D | 0 | B | 1F | 4B | 27 | 12 | 16 |
| Octal | 101 | 72 | 55 | 0 | 13 | 37 | 113 | 47 | 22 | 26 |
| Binary | 1000001 | 111010 | 101101 | 0 | 1011 | 11111 | 1001011 | 100111 | 10010 | 10110 |
Color Harmonies of #413A2D
Complementary color
Monochromatic Colors of #413A2D
Black with #413A2D
Text Example
Text Example
White with #413A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A2D; }
p { color: rgb(65,58,45); }
H1.HeaderClassName
{
color: #413A2D;
}
.AnyTagClassName
{
color: #413A2D;
}
</style>
background-color css
<style>
a { background-color: #413A2D; }
a { background-color: rgb(65,58,45); }
div.DivClassName
{
background-color: #413A2D;
}
.BgClassName
{
background-color: #413A2D;
}
</style>
border-color css
<style>
span { border-color: #413A2D; }
span { border-color: rgb(65,58,45); }
td.TdClassName
{
border-color: #413A2D;
}
.TagClassName
{
border-color: #413A2D;
}
</style>