Shades of Birch #3D3A33
Tints of Birch #3D3A33
RGB
CMYK
RGB Variations
Color information
#3D3A33 (or 0x3D3A33) is known color: Birch. HEX triplet: 3D, 3A and 33. RGB value is (61,58,51). Sum of RGB (Red+Green+Blue) = 61+58+51=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A33 is #C2C5CC. Grayscale: #3A3A3A. Windows color (decimal): -12764621 or 3357245. OLE color: 3357245.
HSL color Cylindrical-coordinate representation of color #3D3A33: hue angle of 42º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D3A33 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 58 | 51 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.76 |
| HSL | 42º | 0.09% | 0.22% | - |
| HSV(B) | 42º | 0.16% | 0.24% | - |
| XYZ | 4.04 | 4.26 | 3.74 | - |
| YUV | 58.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 51 | 0 | 0.05 | 0.16 | 0.76 | 42 | 0.09 | 0.22 |
| Hex | 3D | 3A | 33 | 0 | 5 | 10 | 4C | 2A | 9 | 16 |
| Octal | 75 | 72 | 63 | 0 | 5 | 20 | 114 | 52 | 11 | 26 |
| Binary | 111101 | 111010 | 110011 | 0 | 101 | 10000 | 1001100 | 101010 | 1001 | 10110 |
Color Harmonies of #3D3A33
Complementary color
Monochromatic Colors of #3D3A33
Black with #3D3A33
Text Example
Text Example
White with #3D3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A33; }
p { color: rgb(61,58,51); }
H1.HeaderClassName
{
color: #3D3A33;
}
.AnyTagClassName
{
color: #3D3A33;
}
</style>
background-color css
<style>
a { background-color: #3D3A33; }
a { background-color: rgb(61,58,51); }
div.DivClassName
{
background-color: #3D3A33;
}
.BgClassName
{
background-color: #3D3A33;
}
</style>
border-color css
<style>
span { border-color: #3D3A33; }
span { border-color: rgb(61,58,51); }
td.TdClassName
{
border-color: #3D3A33;
}
.TagClassName
{
border-color: #3D3A33;
}
</style>