Shades of Birch #403625
Tints of Birch #403625
RGB
CMYK
RGB Variations
Color information
#403625 (or 0x403625) is known color: Birch. HEX triplet: 40, 36 and 25. RGB value is (64,54,37). Sum of RGB (Red+Green+Blue) = 64+54+37=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403625 is #BFC9DA. Grayscale: #373737. Windows color (decimal): -12569051 or 2438720. OLE color: 2438720.
HSL color Cylindrical-coordinate representation of color #403625: hue angle of 37.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403625 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 54 | 37 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.75 |
| HSL | 37.78º | 0.27% | 0.2% | - |
| HSV(B) | 37.78º | 0.42% | 0.25% | - |
| XYZ | 3.77 | 3.86 | 2.3 | - |
| YUV | 55.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 37 | 0 | 0.16 | 0.42 | 0.75 | 37.78 | 0.27 | 0.2 |
| Hex | 40 | 36 | 25 | 0 | 10 | 2A | 4B | 26 | 1B | 14 |
| Octal | 100 | 66 | 45 | 0 | 20 | 52 | 113 | 46 | 33 | 24 |
| Binary | 1000000 | 110110 | 100101 | 0 | 10000 | 101010 | 1001011 | 100110 | 11011 | 10100 |
Color Harmonies of #403625
Complementary color
Monochromatic Colors of #403625
Black with #403625
Text Example
Text Example
White with #403625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403625; }
p { color: rgb(64,54,37); }
H1.HeaderClassName
{
color: #403625;
}
.AnyTagClassName
{
color: #403625;
}
</style>
background-color css
<style>
a { background-color: #403625; }
a { background-color: rgb(64,54,37); }
div.DivClassName
{
background-color: #403625;
}
.BgClassName
{
background-color: #403625;
}
</style>
border-color css
<style>
span { border-color: #403625; }
span { border-color: rgb(64,54,37); }
td.TdClassName
{
border-color: #403625;
}
.TagClassName
{
border-color: #403625;
}
</style>