Shades of Birch #403728
Tints of Birch #403728
RGB
CMYK
RGB Variations
Color information
#403728 (or 0x403728) is known color: Birch. HEX triplet: 40, 37 and 28. RGB value is (64,55,40). Sum of RGB (Red+Green+Blue) = 64+55+40=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403728 is #BFC8D7. Grayscale: #383838. Windows color (decimal): -12568792 or 2635584. OLE color: 2635584.
HSL color Cylindrical-coordinate representation of color #403728: hue angle of 37.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 #403728 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 40 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.75 |
| HSL | 37.5º | 0.23% | 0.2% | - |
| HSV(B) | 37.5º | 0.38% | 0.25% | - |
| XYZ | 3.86 | 3.98 | 2.57 | - |
| YUV | 55.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 40 | 0 | 0.14 | 0.38 | 0.75 | 37.5 | 0.23 | 0.2 |
| Hex | 40 | 37 | 28 | 0 | E | 26 | 4B | 26 | 17 | 14 |
| Octal | 100 | 67 | 50 | 0 | 16 | 46 | 113 | 46 | 27 | 24 |
| Binary | 1000000 | 110111 | 101000 | 0 | 1110 | 100110 | 1001011 | 100110 | 10111 | 10100 |
Color Harmonies of #403728
Complementary color
Monochromatic Colors of #403728
Black with #403728
Text Example
Text Example
White with #403728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403728; }
p { color: rgb(64,55,40); }
H1.HeaderClassName
{
color: #403728;
}
.AnyTagClassName
{
color: #403728;
}
</style>
background-color css
<style>
a { background-color: #403728; }
a { background-color: rgb(64,55,40); }
div.DivClassName
{
background-color: #403728;
}
.BgClassName
{
background-color: #403728;
}
</style>
border-color css
<style>
span { border-color: #403728; }
span { border-color: rgb(64,55,40); }
td.TdClassName
{
border-color: #403728;
}
.TagClassName
{
border-color: #403728;
}
</style>