Shades of Birch #3D3627
Tints of Birch #3D3627
RGB
CMYK
RGB Variations
Color information
#3D3627 (or 0x3D3627) is known color: Birch. HEX triplet: 3D, 36 and 27. RGB value is (61,54,39). Sum of RGB (Red+Green+Blue) = 61+54+39=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3627 is #C2C9D8. Grayscale: #363636. Windows color (decimal): -12765657 or 2569789. OLE color: 2569789.
HSL color Cylindrical-coordinate representation of color #3D3627: hue angle of 40.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3627 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 39 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.76 |
| HSL | 40.91º | 0.22% | 0.2% | - |
| HSV(B) | 40.91º | 0.36% | 0.24% | - |
| XYZ | 3.61 | 3.78 | 2.46 | - |
| YUV | 54.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 39 | 0 | 0.11 | 0.36 | 0.76 | 40.91 | 0.22 | 0.2 |
| Hex | 3D | 36 | 27 | 0 | B | 24 | 4C | 29 | 16 | 14 |
| Octal | 75 | 66 | 47 | 0 | 13 | 44 | 114 | 51 | 26 | 24 |
| Binary | 111101 | 110110 | 100111 | 0 | 1011 | 100100 | 1001100 | 101001 | 10110 | 10100 |
Color Harmonies of #3D3627
Complementary color
Monochromatic Colors of #3D3627
Black with #3D3627
Text Example
Text Example
White with #3D3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3627; }
p { color: rgb(61,54,39); }
H1.HeaderClassName
{
color: #3D3627;
}
.AnyTagClassName
{
color: #3D3627;
}
</style>
background-color css
<style>
a { background-color: #3D3627; }
a { background-color: rgb(61,54,39); }
div.DivClassName
{
background-color: #3D3627;
}
.BgClassName
{
background-color: #3D3627;
}
</style>
border-color css
<style>
span { border-color: #3D3627; }
span { border-color: rgb(61,54,39); }
td.TdClassName
{
border-color: #3D3627;
}
.TagClassName
{
border-color: #3D3627;
}
</style>