Shades of Birch #3D3629
Tints of Birch #3D3629
RGB
CMYK
RGB Variations
Color information
#3D3629 (or 0x3D3629) is known color: Birch. HEX triplet: 3D, 36 and 29. RGB value is (61,54,41). Sum of RGB (Red+Green+Blue) = 61+54+41=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3629 is #C2C9D6. Grayscale: #363636. Windows color (decimal): -12765655 or 2700861. OLE color: 2700861.
HSL color Cylindrical-coordinate representation of color #3D3629: hue angle of 39º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3629 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 41 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.76 |
| HSL | 39º | 0.2% | 0.2% | - |
| HSV(B) | 39º | 0.33% | 0.24% | - |
| XYZ | 3.64 | 3.79 | 2.64 | - |
| YUV | 54.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 41 | 0 | 0.11 | 0.33 | 0.76 | 39 | 0.2 | 0.2 |
| Hex | 3D | 36 | 29 | 0 | B | 21 | 4C | 27 | 14 | 14 |
| Octal | 75 | 66 | 51 | 0 | 13 | 41 | 114 | 47 | 24 | 24 |
| Binary | 111101 | 110110 | 101001 | 0 | 1011 | 100001 | 1001100 | 100111 | 10100 | 10100 |
Color Harmonies of #3D3629
Complementary color
Monochromatic Colors of #3D3629
Black with #3D3629
Text Example
Text Example
White with #3D3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3629; }
p { color: rgb(61,54,41); }
H1.HeaderClassName
{
color: #3D3629;
}
.AnyTagClassName
{
color: #3D3629;
}
</style>
background-color css
<style>
a { background-color: #3D3629; }
a { background-color: rgb(61,54,41); }
div.DivClassName
{
background-color: #3D3629;
}
.BgClassName
{
background-color: #3D3629;
}
</style>
border-color css
<style>
span { border-color: #3D3629; }
span { border-color: rgb(61,54,41); }
td.TdClassName
{
border-color: #3D3629;
}
.TagClassName
{
border-color: #3D3629;
}
</style>