Shades of Birch #3D372C
Tints of Birch #3D372C
RGB
CMYK
RGB Variations
Color information
#3D372C (or 0x3D372C) is known color: Birch. HEX triplet: 3D, 37 and 2C. RGB value is (61,55,44). Sum of RGB (Red+Green+Blue) = 61+55+44=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 61 - color contains mainly: red. Hex color #3D372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D372C is #C2C8D3. Grayscale: #373737. Windows color (decimal): -12765396 or 2897725. OLE color: 2897725.
HSL color Cylindrical-coordinate representation of color #3D372C: hue angle of 38.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D372C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 44 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.76 |
| HSL | 38.82º | 0.16% | 0.21% | - |
| HSV(B) | 38.82º | 0.28% | 0.24% | - |
| XYZ | 3.75 | 3.91 | 2.94 | - |
| YUV | 55.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 44 | 0 | 0.10 | 0.28 | 0.76 | 38.82 | 0.16 | 0.21 |
| Hex | 3D | 37 | 2C | 0 | A | 1C | 4C | 27 | 10 | 15 |
| Octal | 75 | 67 | 54 | 0 | 12 | 34 | 114 | 47 | 20 | 25 |
| Binary | 111101 | 110111 | 101100 | 0 | 1010 | 11100 | 1001100 | 100111 | 10000 | 10101 |
Color Harmonies of #3D372C
Complementary color
Monochromatic Colors of #3D372C
Black with #3D372C
Text Example
Text Example
White with #3D372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D372C; }
p { color: rgb(61,55,44); }
H1.HeaderClassName
{
color: #3D372C;
}
.AnyTagClassName
{
color: #3D372C;
}
</style>
background-color css
<style>
a { background-color: #3D372C; }
a { background-color: rgb(61,55,44); }
div.DivClassName
{
background-color: #3D372C;
}
.BgClassName
{
background-color: #3D372C;
}
</style>
border-color css
<style>
span { border-color: #3D372C; }
span { border-color: rgb(61,55,44); }
td.TdClassName
{
border-color: #3D372C;
}
.TagClassName
{
border-color: #3D372C;
}
</style>