Shades of Birch #3D3726
Tints of Birch #3D3726
RGB
CMYK
RGB Variations
Color information
#3D3726 (or 0x3D3726) is known color: Birch. HEX triplet: 3D, 37 and 26. RGB value is (61,55,38). Sum of RGB (Red+Green+Blue) = 61+55+38=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3726 is #C2C8D9. Grayscale: #363636. Windows color (decimal): -12765402 or 2504509. OLE color: 2504509.
HSL color Cylindrical-coordinate representation of color #3D3726: hue angle of 44.35º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D3726 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 38 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.76 |
| HSL | 44.35º | 0.23% | 0.19% | - |
| HSV(B) | 44.35º | 0.38% | 0.24% | - |
| XYZ | 3.64 | 3.86 | 2.39 | - |
| YUV | 54.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 38 | 0 | 0.10 | 0.38 | 0.76 | 44.35 | 0.23 | 0.19 |
| Hex | 3D | 37 | 26 | 0 | A | 26 | 4C | 2C | 17 | 13 |
| Octal | 75 | 67 | 46 | 0 | 12 | 46 | 114 | 54 | 27 | 23 |
| Binary | 111101 | 110111 | 100110 | 0 | 1010 | 100110 | 1001100 | 101100 | 10111 | 10011 |
Color Harmonies of #3D3726
Complementary color
Monochromatic Colors of #3D3726
Black with #3D3726
Text Example
Text Example
White with #3D3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3726; }
p { color: rgb(61,55,38); }
H1.HeaderClassName
{
color: #3D3726;
}
.AnyTagClassName
{
color: #3D3726;
}
</style>
background-color css
<style>
a { background-color: #3D3726; }
a { background-color: rgb(61,55,38); }
div.DivClassName
{
background-color: #3D3726;
}
.BgClassName
{
background-color: #3D3726;
}
</style>
border-color css
<style>
span { border-color: #3D3726; }
span { border-color: rgb(61,55,38); }
td.TdClassName
{
border-color: #3D3726;
}
.TagClassName
{
border-color: #3D3726;
}
</style>