Shades of Birch #403A28
Tints of Birch #403A28
RGB
CMYK
RGB Variations
Color information
#403A28 (or 0x403A28) is known color: Birch. HEX triplet: 40, 3A and 28. RGB value is (64,58,40). Sum of RGB (Red+Green+Blue) = 64+58+40=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #403A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A28 is #BFC5D7. Grayscale: #393939. Windows color (decimal): -12568024 or 2636352. OLE color: 2636352.
HSL color Cylindrical-coordinate representation of color #403A28: hue angle of 45º 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 #403A28 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 40 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.75 |
| HSL | 45º | 0.23% | 0.2% | - |
| HSV(B) | 45º | 0.38% | 0.25% | - |
| XYZ | 4.01 | 4.27 | 2.62 | - |
| YUV | 57.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 40 | 0 | 0.09 | 0.38 | 0.75 | 45 | 0.23 | 0.2 |
| Hex | 40 | 3A | 28 | 0 | 9 | 26 | 4B | 2D | 17 | 14 |
| Octal | 100 | 72 | 50 | 0 | 11 | 46 | 113 | 55 | 27 | 24 |
| Binary | 1000000 | 111010 | 101000 | 0 | 1001 | 100110 | 1001011 | 101101 | 10111 | 10100 |
Color Harmonies of #403A28
Complementary color
Monochromatic Colors of #403A28
Black with #403A28
Text Example
Text Example
White with #403A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A28; }
p { color: rgb(64,58,40); }
H1.HeaderClassName
{
color: #403A28;
}
.AnyTagClassName
{
color: #403A28;
}
</style>
background-color css
<style>
a { background-color: #403A28; }
a { background-color: rgb(64,58,40); }
div.DivClassName
{
background-color: #403A28;
}
.BgClassName
{
background-color: #403A28;
}
</style>
border-color css
<style>
span { border-color: #403A28; }
span { border-color: rgb(64,58,40); }
td.TdClassName
{
border-color: #403A28;
}
.TagClassName
{
border-color: #403A28;
}
</style>