Shades of Birch #3D3527
Tints of Birch #3D3527
RGB
CMYK
RGB Variations
Color information
#3D3527 (or 0x3D3527) is known color: Birch. HEX triplet: 3D, 35 and 27. RGB value is (61,53,39). Sum of RGB (Red+Green+Blue) = 61+53+39=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3527 is #C2CAD8. Grayscale: #353535. Windows color (decimal): -12765913 or 2569533. OLE color: 2569533.
HSL color Cylindrical-coordinate representation of color #3D3527: hue angle of 38.18º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3527 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 39 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.76 |
| HSL | 38.18º | 0.22% | 0.2% | - |
| HSV(B) | 38.18º | 0.36% | 0.24% | - |
| XYZ | 3.56 | 3.68 | 2.44 | - |
| YUV | 53.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 39 | 0 | 0.13 | 0.36 | 0.76 | 38.18 | 0.22 | 0.2 |
| Hex | 3D | 35 | 27 | 0 | D | 24 | 4C | 26 | 16 | 14 |
| Octal | 75 | 65 | 47 | 0 | 15 | 44 | 114 | 46 | 26 | 24 |
| Binary | 111101 | 110101 | 100111 | 0 | 1101 | 100100 | 1001100 | 100110 | 10110 | 10100 |
Color Harmonies of #3D3527
Complementary color
Monochromatic Colors of #3D3527
Black with #3D3527
Text Example
Text Example
White with #3D3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3527; }
p { color: rgb(61,53,39); }
H1.HeaderClassName
{
color: #3D3527;
}
.AnyTagClassName
{
color: #3D3527;
}
</style>
background-color css
<style>
a { background-color: #3D3527; }
a { background-color: rgb(61,53,39); }
div.DivClassName
{
background-color: #3D3527;
}
.BgClassName
{
background-color: #3D3527;
}
</style>
border-color css
<style>
span { border-color: #3D3527; }
span { border-color: rgb(61,53,39); }
td.TdClassName
{
border-color: #3D3527;
}
.TagClassName
{
border-color: #3D3527;
}
</style>