Shades of Birch #403928
Tints of Birch #403928
RGB
CMYK
RGB Variations
Color information
#403928 (or 0x403928) is known color: Birch. HEX triplet: 40, 39 and 28. RGB value is (64,57,40). Sum of RGB (Red+Green+Blue) = 64+57+40=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403928 is #BFC6D7. Grayscale: #393939. Windows color (decimal): -12568280 or 2636096. OLE color: 2636096.
HSL color Cylindrical-coordinate representation of color #403928: hue angle of 42.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #403928 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 40 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.75 |
| HSL | 42.5º | 0.23% | 0.2% | - |
| HSV(B) | 42.5º | 0.38% | 0.25% | - |
| XYZ | 3.96 | 4.17 | 2.6 | - |
| YUV | 57.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 40 | 0 | 0.11 | 0.38 | 0.75 | 42.5 | 0.23 | 0.2 |
| Hex | 40 | 39 | 28 | 0 | B | 26 | 4B | 2A | 17 | 14 |
| Octal | 100 | 71 | 50 | 0 | 13 | 46 | 113 | 52 | 27 | 24 |
| Binary | 1000000 | 111001 | 101000 | 0 | 1011 | 100110 | 1001011 | 101010 | 10111 | 10100 |
Color Harmonies of #403928
Complementary color
Monochromatic Colors of #403928
Black with #403928
Text Example
Text Example
White with #403928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403928; }
p { color: rgb(64,57,40); }
H1.HeaderClassName
{
color: #403928;
}
.AnyTagClassName
{
color: #403928;
}
</style>
background-color css
<style>
a { background-color: #403928; }
a { background-color: rgb(64,57,40); }
div.DivClassName
{
background-color: #403928;
}
.BgClassName
{
background-color: #403928;
}
</style>
border-color css
<style>
span { border-color: #403928; }
span { border-color: rgb(64,57,40); }
td.TdClassName
{
border-color: #403928;
}
.TagClassName
{
border-color: #403928;
}
</style>