Shades of Bistre #402911
Tints of Bistre #402911
RGB
CMYK
RGB Variations
Color information
#402911 (or 0x402911) is known color: Bistre. HEX triplet: 40, 29 and 11. RGB value is (64,41,17). Sum of RGB (Red+Green+Blue) = 64+41+17=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402911 is #BFD6EE. Grayscale: #2D2D2D. Windows color (decimal): -12572399 or 1124672. OLE color: 1124672.
HSL color Cylindrical-coordinate representation of color #402911: hue angle of 30.64º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402911 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 17 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.75 |
| HSL | 30.64º | 0.58% | 0.16% | - |
| HSV(B) | 30.64º | 0.73% | 0.25% | - |
| XYZ | 3.01 | 2.72 | 0.9 | - |
| YUV | 45.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 17 | 0 | 0.36 | 0.73 | 0.75 | 30.64 | 0.58 | 0.16 |
| Hex | 40 | 29 | 11 | 0 | 24 | 49 | 4B | 1F | 3A | 10 |
| Octal | 100 | 51 | 21 | 0 | 44 | 111 | 113 | 37 | 72 | 20 |
| Binary | 1000000 | 101001 | 10001 | 0 | 100100 | 1001001 | 1001011 | 11111 | 111010 | 10000 |
Color Harmonies of #402911
Complementary color
Monochromatic Colors of #402911
Black with #402911
Text Example
Text Example
White with #402911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402911; }
p { color: rgb(64,41,17); }
H1.HeaderClassName
{
color: #402911;
}
.AnyTagClassName
{
color: #402911;
}
</style>
background-color css
<style>
a { background-color: #402911; }
a { background-color: rgb(64,41,17); }
div.DivClassName
{
background-color: #402911;
}
.BgClassName
{
background-color: #402911;
}
</style>
border-color css
<style>
span { border-color: #402911; }
span { border-color: rgb(64,41,17); }
td.TdClassName
{
border-color: #402911;
}
.TagClassName
{
border-color: #402911;
}
</style>