Shades of Birch #403B32
Tints of Birch #403B32
RGB
CMYK
RGB Variations
Color information
#403B32 (or 0x403B32) is known color: Birch. HEX triplet: 40, 3B and 32. RGB value is (64,59,50). Sum of RGB (Red+Green+Blue) = 64+59+50=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B32 is #BFC4CD. Grayscale: #3B3B3B. Windows color (decimal): -12567758 or 3291968. OLE color: 3291968.
HSL color Cylindrical-coordinate representation of color #403B32: hue angle of 38.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403B32 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 50 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.75 |
| HSL | 38.57º | 0.12% | 0.22% | - |
| HSV(B) | 38.57º | 0.22% | 0.25% | - |
| XYZ | 4.25 | 4.45 | 3.65 | - |
| YUV | 59.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 50 | 0 | 0.08 | 0.22 | 0.75 | 38.57 | 0.12 | 0.22 |
| Hex | 40 | 3B | 32 | 0 | 8 | 16 | 4B | 27 | C | 16 |
| Octal | 100 | 73 | 62 | 0 | 10 | 26 | 113 | 47 | 14 | 26 |
| Binary | 1000000 | 111011 | 110010 | 0 | 1000 | 10110 | 1001011 | 100111 | 1100 | 10110 |
Color Harmonies of #403B32
Complementary color
Monochromatic Colors of #403B32
Black with #403B32
Text Example
Text Example
White with #403B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B32; }
p { color: rgb(64,59,50); }
H1.HeaderClassName
{
color: #403B32;
}
.AnyTagClassName
{
color: #403B32;
}
</style>
background-color css
<style>
a { background-color: #403B32; }
a { background-color: rgb(64,59,50); }
div.DivClassName
{
background-color: #403B32;
}
.BgClassName
{
background-color: #403B32;
}
</style>
border-color css
<style>
span { border-color: #403B32; }
span { border-color: rgb(64,59,50); }
td.TdClassName
{
border-color: #403B32;
}
.TagClassName
{
border-color: #403B32;
}
</style>