Shades of Birch #403B30
Tints of Birch #403B30
RGB
CMYK
RGB Variations
Color information
#403B30 (or 0x403B30) is known color: Birch. HEX triplet: 40, 3B and 30. RGB value is (64,59,48). Sum of RGB (Red+Green+Blue) = 64+59+48=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B30 is #BFC4CF. Grayscale: #3B3B3B. Windows color (decimal): -12567760 or 3160896. OLE color: 3160896.
HSL color Cylindrical-coordinate representation of color #403B30: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403B30 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 48 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.75 |
| HSL | 41.25º | 0.14% | 0.22% | - |
| HSV(B) | 41.25º | 0.25% | 0.25% | - |
| XYZ | 4.21 | 4.43 | 3.43 | - |
| YUV | 59.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 48 | 0 | 0.08 | 0.25 | 0.75 | 41.25 | 0.14 | 0.22 |
| Hex | 40 | 3B | 30 | 0 | 8 | 19 | 4B | 29 | E | 16 |
| Octal | 100 | 73 | 60 | 0 | 10 | 31 | 113 | 51 | 16 | 26 |
| Binary | 1000000 | 111011 | 110000 | 0 | 1000 | 11001 | 1001011 | 101001 | 1110 | 10110 |
Color Harmonies of #403B30
Complementary color
Monochromatic Colors of #403B30
Black with #403B30
Text Example
Text Example
White with #403B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B30; }
p { color: rgb(64,59,48); }
H1.HeaderClassName
{
color: #403B30;
}
.AnyTagClassName
{
color: #403B30;
}
</style>
background-color css
<style>
a { background-color: #403B30; }
a { background-color: rgb(64,59,48); }
div.DivClassName
{
background-color: #403B30;
}
.BgClassName
{
background-color: #403B30;
}
</style>
border-color css
<style>
span { border-color: #403B30; }
span { border-color: rgb(64,59,48); }
td.TdClassName
{
border-color: #403B30;
}
.TagClassName
{
border-color: #403B30;
}
</style>