Shades of Birch #40392D
Tints of Birch #40392D
RGB
CMYK
RGB Variations
Color information
#40392D (or 0x40392D) is known color: Birch. HEX triplet: 40, 39 and 2D. RGB value is (64,57,45). Sum of RGB (Red+Green+Blue) = 64+57+45=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40392D is #BFC6D2. Grayscale: #393939. Windows color (decimal): -12568275 or 2963776. OLE color: 2963776.
HSL color Cylindrical-coordinate representation of color #40392D: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40392D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 45 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.75 |
| HSL | 37.89º | 0.17% | 0.21% | - |
| HSV(B) | 37.89º | 0.3% | 0.25% | - |
| XYZ | 4.05 | 4.21 | 3.08 | - |
| YUV | 57.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 45 | 0 | 0.11 | 0.30 | 0.75 | 37.89 | 0.17 | 0.21 |
| Hex | 40 | 39 | 2D | 0 | B | 1E | 4B | 26 | 11 | 15 |
| Octal | 100 | 71 | 55 | 0 | 13 | 36 | 113 | 46 | 21 | 25 |
| Binary | 1000000 | 111001 | 101101 | 0 | 1011 | 11110 | 1001011 | 100110 | 10001 | 10101 |
Color Harmonies of #40392D
Complementary color
Monochromatic Colors of #40392D
Black with #40392D
Text Example
Text Example
White with #40392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40392D; }
p { color: rgb(64,57,45); }
H1.HeaderClassName
{
color: #40392D;
}
.AnyTagClassName
{
color: #40392D;
}
</style>
background-color css
<style>
a { background-color: #40392D; }
a { background-color: rgb(64,57,45); }
div.DivClassName
{
background-color: #40392D;
}
.BgClassName
{
background-color: #40392D;
}
</style>
border-color css
<style>
span { border-color: #40392D; }
span { border-color: rgb(64,57,45); }
td.TdClassName
{
border-color: #40392D;
}
.TagClassName
{
border-color: #40392D;
}
</style>