Shades of Birch #3D3625
Tints of Birch #3D3625
RGB
CMYK
RGB Variations
Color information
#3D3625 (or 0x3D3625) is known color: Birch. HEX triplet: 3D, 36 and 25. RGB value is (61,54,37). Sum of RGB (Red+Green+Blue) = 61+54+37=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3625 is #C2C9DA. Grayscale: #363636. Windows color (decimal): -12765659 or 2438717. OLE color: 2438717.
HSL color Cylindrical-coordinate representation of color #3D3625: hue angle of 42.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3625 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 37 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.76 |
| HSL | 42.5º | 0.24% | 0.19% | - |
| HSV(B) | 42.5º | 0.39% | 0.24% | - |
| XYZ | 3.58 | 3.76 | 2.29 | - |
| YUV | 54.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 37 | 0 | 0.11 | 0.39 | 0.76 | 42.5 | 0.24 | 0.19 |
| Hex | 3D | 36 | 25 | 0 | B | 27 | 4C | 2A | 18 | 13 |
| Octal | 75 | 66 | 45 | 0 | 13 | 47 | 114 | 52 | 30 | 23 |
| Binary | 111101 | 110110 | 100101 | 0 | 1011 | 100111 | 1001100 | 101010 | 11000 | 10011 |
Color Harmonies of #3D3625
Complementary color
Monochromatic Colors of #3D3625
Black with #3D3625
Text Example
Text Example
White with #3D3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3625; }
p { color: rgb(61,54,37); }
H1.HeaderClassName
{
color: #3D3625;
}
.AnyTagClassName
{
color: #3D3625;
}
</style>
background-color css
<style>
a { background-color: #3D3625; }
a { background-color: rgb(61,54,37); }
div.DivClassName
{
background-color: #3D3625;
}
.BgClassName
{
background-color: #3D3625;
}
</style>
border-color css
<style>
span { border-color: #3D3625; }
span { border-color: rgb(61,54,37); }
td.TdClassName
{
border-color: #3D3625;
}
.TagClassName
{
border-color: #3D3625;
}
</style>