Shades of Birch #403924
Tints of Birch #403924
RGB
CMYK
RGB Variations
Color information
#403924 (or 0x403924) is known color: Birch. HEX triplet: 40, 39 and 24. RGB value is (64,57,36). Sum of RGB (Red+Green+Blue) = 64+57+36=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #403924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403924 is #BFC6DB. Grayscale: #383838. Windows color (decimal): -12568284 or 2373952. OLE color: 2373952.
HSL color Cylindrical-coordinate representation of color #403924: hue angle of 45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403924 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 36 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.75 |
| HSL | 45º | 0.28% | 0.2% | - |
| HSV(B) | 45º | 0.44% | 0.25% | - |
| XYZ | 3.9 | 4.14 | 2.26 | - |
| YUV | 56.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 36 | 0 | 0.11 | 0.44 | 0.75 | 45 | 0.28 | 0.2 |
| Hex | 40 | 39 | 24 | 0 | B | 2C | 4B | 2D | 1C | 14 |
| Octal | 100 | 71 | 44 | 0 | 13 | 54 | 113 | 55 | 34 | 24 |
| Binary | 1000000 | 111001 | 100100 | 0 | 1011 | 101100 | 1001011 | 101101 | 11100 | 10100 |
Color Harmonies of #403924
Complementary color
Monochromatic Colors of #403924
Black with #403924
Text Example
Text Example
White with #403924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403924; }
p { color: rgb(64,57,36); }
H1.HeaderClassName
{
color: #403924;
}
.AnyTagClassName
{
color: #403924;
}
</style>
background-color css
<style>
a { background-color: #403924; }
a { background-color: rgb(64,57,36); }
div.DivClassName
{
background-color: #403924;
}
.BgClassName
{
background-color: #403924;
}
</style>
border-color css
<style>
span { border-color: #403924; }
span { border-color: rgb(64,57,36); }
td.TdClassName
{
border-color: #403924;
}
.TagClassName
{
border-color: #403924;
}
</style>