Shades of Birch #3D3628
Tints of Birch #3D3628
RGB
CMYK
RGB Variations
Color information
#3D3628 (or 0x3D3628) is known color: Birch. HEX triplet: 3D, 36 and 28. RGB value is (61,54,40). Sum of RGB (Red+Green+Blue) = 61+54+40=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3628 is #C2C9D7. Grayscale: #363636. Windows color (decimal): -12765656 or 2635325. OLE color: 2635325.
HSL color Cylindrical-coordinate representation of color #3D3628: hue angle of 40º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3628 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 40 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.76 |
| HSL | 40º | 0.21% | 0.2% | - |
| HSV(B) | 40º | 0.34% | 0.24% | - |
| XYZ | 3.63 | 3.78 | 2.55 | - |
| YUV | 54.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 40 | 0 | 0.11 | 0.34 | 0.76 | 40 | 0.21 | 0.2 |
| Hex | 3D | 36 | 28 | 0 | B | 22 | 4C | 28 | 15 | 14 |
| Octal | 75 | 66 | 50 | 0 | 13 | 42 | 114 | 50 | 25 | 24 |
| Binary | 111101 | 110110 | 101000 | 0 | 1011 | 100010 | 1001100 | 101000 | 10101 | 10100 |
Color Harmonies of #3D3628
Complementary color
Monochromatic Colors of #3D3628
Black with #3D3628
Text Example
Text Example
White with #3D3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3628; }
p { color: rgb(61,54,40); }
H1.HeaderClassName
{
color: #3D3628;
}
.AnyTagClassName
{
color: #3D3628;
}
</style>
background-color css
<style>
a { background-color: #3D3628; }
a { background-color: rgb(61,54,40); }
div.DivClassName
{
background-color: #3D3628;
}
.BgClassName
{
background-color: #3D3628;
}
</style>
border-color css
<style>
span { border-color: #3D3628; }
span { border-color: rgb(61,54,40); }
td.TdClassName
{
border-color: #3D3628;
}
.TagClassName
{
border-color: #3D3628;
}
</style>