Shades of Birch #3D3B37
Tints of Birch #3D3B37
RGB
CMYK
RGB Variations
Color information
#3D3B37 (or 0x3D3B37) is known color: Birch. HEX triplet: 3D, 3B and 37. RGB value is (61,59,55). Sum of RGB (Red+Green+Blue) = 61+59+55=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3B37 is #C2C4C8. Grayscale: #3B3B3B. Windows color (decimal): -12764361 or 3619645. OLE color: 3619645.
HSL color Cylindrical-coordinate representation of color #3D3B37: hue angle of 40º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D3B37 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 59 | 55 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.76 |
| HSL | 40º | 0.05% | 0.23% | - |
| HSV(B) | 40º | 0.1% | 0.24% | - |
| XYZ | 4.18 | 4.4 | 4.24 | - |
| YUV | 59.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 55 | 0 | 0.03 | 0.10 | 0.76 | 40 | 0.05 | 0.23 |
| Hex | 3D | 3B | 37 | 0 | 3 | A | 4C | 28 | 5 | 17 |
| Octal | 75 | 73 | 67 | 0 | 3 | 12 | 114 | 50 | 5 | 27 |
| Binary | 111101 | 111011 | 110111 | 0 | 11 | 1010 | 1001100 | 101000 | 101 | 10111 |
Color Harmonies of #3D3B37
Complementary color
Monochromatic Colors of #3D3B37
Black with #3D3B37
Text Example
Text Example
White with #3D3B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B37; }
p { color: rgb(61,59,55); }
H1.HeaderClassName
{
color: #3D3B37;
}
.AnyTagClassName
{
color: #3D3B37;
}
</style>
background-color css
<style>
a { background-color: #3D3B37; }
a { background-color: rgb(61,59,55); }
div.DivClassName
{
background-color: #3D3B37;
}
.BgClassName
{
background-color: #3D3B37;
}
</style>
border-color css
<style>
span { border-color: #3D3B37; }
span { border-color: rgb(61,59,55); }
td.TdClassName
{
border-color: #3D3B37;
}
.TagClassName
{
border-color: #3D3B37;
}
</style>