Shades of Birch #3D3932
Tints of Birch #3D3932
RGB
CMYK
RGB Variations
Color information
#3D3932 (or 0x3D3932) is known color: Birch. HEX triplet: 3D, 39 and 32. RGB value is (61,57,50). Sum of RGB (Red+Green+Blue) = 61+57+50=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3932 is #C2C6CD. Grayscale: #393939. Windows color (decimal): -12764878 or 3291453. OLE color: 3291453.
HSL color Cylindrical-coordinate representation of color #3D3932: hue angle of 38.18º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3932 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 50 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.76 |
| HSL | 38.18º | 0.1% | 0.22% | - |
| HSV(B) | 38.18º | 0.18% | 0.24% | - |
| XYZ | 3.96 | 4.15 | 3.61 | - |
| YUV | 57.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 50 | 0 | 0.07 | 0.18 | 0.76 | 38.18 | 0.1 | 0.22 |
| Hex | 3D | 39 | 32 | 0 | 7 | 12 | 4C | 26 | A | 16 |
| Octal | 75 | 71 | 62 | 0 | 7 | 22 | 114 | 46 | 12 | 26 |
| Binary | 111101 | 111001 | 110010 | 0 | 111 | 10010 | 1001100 | 100110 | 1010 | 10110 |
Color Harmonies of #3D3932
Complementary color
Monochromatic Colors of #3D3932
Black with #3D3932
Text Example
Text Example
White with #3D3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3932; }
p { color: rgb(61,57,50); }
H1.HeaderClassName
{
color: #3D3932;
}
.AnyTagClassName
{
color: #3D3932;
}
</style>
background-color css
<style>
a { background-color: #3D3932; }
a { background-color: rgb(61,57,50); }
div.DivClassName
{
background-color: #3D3932;
}
.BgClassName
{
background-color: #3D3932;
}
</style>
border-color css
<style>
span { border-color: #3D3932; }
span { border-color: rgb(61,57,50); }
td.TdClassName
{
border-color: #3D3932;
}
.TagClassName
{
border-color: #3D3932;
}
</style>