Shades of Bistre #402913
Tints of Bistre #402913
RGB
CMYK
RGB Variations
Color information
#402913 (or 0x402913) is known color: Bistre. HEX triplet: 40, 29 and 13. RGB value is (64,41,19). Sum of RGB (Red+Green+Blue) = 64+41+19=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402913 is #BFD6EC. Grayscale: #2D2D2D. Windows color (decimal): -12572397 or 1255744. OLE color: 1255744.
HSL color Cylindrical-coordinate representation of color #402913: hue angle of 29.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402913 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 19 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.75 |
| HSL | 29.33º | 0.54% | 0.16% | - |
| HSV(B) | 29.33º | 0.7% | 0.25% | - |
| XYZ | 3.02 | 2.72 | 0.98 | - |
| YUV | 45.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 19 | 0 | 0.36 | 0.70 | 0.75 | 29.33 | 0.54 | 0.16 |
| Hex | 40 | 29 | 13 | 0 | 24 | 46 | 4B | 1D | 36 | 10 |
| Octal | 100 | 51 | 23 | 0 | 44 | 106 | 113 | 35 | 66 | 20 |
| Binary | 1000000 | 101001 | 10011 | 0 | 100100 | 1000110 | 1001011 | 11101 | 110110 | 10000 |
Color Harmonies of #402913
Complementary color
Monochromatic Colors of #402913
Black with #402913
Text Example
Text Example
White with #402913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402913; }
p { color: rgb(64,41,19); }
H1.HeaderClassName
{
color: #402913;
}
.AnyTagClassName
{
color: #402913;
}
</style>
background-color css
<style>
a { background-color: #402913; }
a { background-color: rgb(64,41,19); }
div.DivClassName
{
background-color: #402913;
}
.BgClassName
{
background-color: #402913;
}
</style>
border-color css
<style>
span { border-color: #402913; }
span { border-color: rgb(64,41,19); }
td.TdClassName
{
border-color: #402913;
}
.TagClassName
{
border-color: #402913;
}
</style>