Shades of Birch #3D3A34
Tints of Birch #3D3A34
RGB
CMYK
RGB Variations
Color information
#3D3A34 (or 0x3D3A34) is known color: Birch. HEX triplet: 3D, 3A and 34. RGB value is (61,58,52). Sum of RGB (Red+Green+Blue) = 61+58+52=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A34 is #C2C5CB. Grayscale: #3A3A3A. Windows color (decimal): -12764620 or 3422781. OLE color: 3422781.
HSL color Cylindrical-coordinate representation of color #3D3A34: hue angle of 40º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D3A34 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 52 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.76 |
| HSL | 40º | 0.08% | 0.22% | - |
| HSV(B) | 40º | 0.15% | 0.24% | - |
| XYZ | 4.06 | 4.27 | 3.86 | - |
| YUV | 58.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 52 | 0 | 0.05 | 0.15 | 0.76 | 40 | 0.08 | 0.22 |
| Hex | 3D | 3A | 34 | 0 | 5 | F | 4C | 28 | 8 | 16 |
| Octal | 75 | 72 | 64 | 0 | 5 | 17 | 114 | 50 | 10 | 26 |
| Binary | 111101 | 111010 | 110100 | 0 | 101 | 1111 | 1001100 | 101000 | 1000 | 10110 |
Color Harmonies of #3D3A34
Complementary color
Monochromatic Colors of #3D3A34
Black with #3D3A34
Text Example
Text Example
White with #3D3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A34; }
p { color: rgb(61,58,52); }
H1.HeaderClassName
{
color: #3D3A34;
}
.AnyTagClassName
{
color: #3D3A34;
}
</style>
background-color css
<style>
a { background-color: #3D3A34; }
a { background-color: rgb(61,58,52); }
div.DivClassName
{
background-color: #3D3A34;
}
.BgClassName
{
background-color: #3D3A34;
}
</style>
border-color css
<style>
span { border-color: #3D3A34; }
span { border-color: rgb(61,58,52); }
td.TdClassName
{
border-color: #3D3A34;
}
.TagClassName
{
border-color: #3D3A34;
}
</style>