Shades of Bistre #402B11
Tints of Bistre #402B11
RGB
CMYK
RGB Variations
Color information
#402B11 (or 0x402B11) is known color: Bistre. HEX triplet: 40, 2B and 11. RGB value is (64,43,17). Sum of RGB (Red+Green+Blue) = 64+43+17=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B11 is #BFD4EE. Grayscale: #2E2E2E. Windows color (decimal): -12571887 or 1125184. OLE color: 1125184.
HSL color Cylindrical-coordinate representation of color #402B11: hue angle of 33.19º 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 #402B11 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 17 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.75 |
| HSL | 33.19º | 0.58% | 0.16% | - |
| HSV(B) | 33.19º | 0.73% | 0.25% | - |
| XYZ | 3.08 | 2.86 | 0.92 | - |
| YUV | 46.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 17 | 0 | 0.33 | 0.73 | 0.75 | 33.19 | 0.58 | 0.16 |
| Hex | 40 | 2B | 11 | 0 | 21 | 49 | 4B | 21 | 3A | 10 |
| Octal | 100 | 53 | 21 | 0 | 41 | 111 | 113 | 41 | 72 | 20 |
| Binary | 1000000 | 101011 | 10001 | 0 | 100001 | 1001001 | 1001011 | 100001 | 111010 | 10000 |
Color Harmonies of #402B11
Complementary color
Monochromatic Colors of #402B11
Black with #402B11
Text Example
Text Example
White with #402B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B11; }
p { color: rgb(64,43,17); }
H1.HeaderClassName
{
color: #402B11;
}
.AnyTagClassName
{
color: #402B11;
}
</style>
background-color css
<style>
a { background-color: #402B11; }
a { background-color: rgb(64,43,17); }
div.DivClassName
{
background-color: #402B11;
}
.BgClassName
{
background-color: #402B11;
}
</style>
border-color css
<style>
span { border-color: #402B11; }
span { border-color: rgb(64,43,17); }
td.TdClassName
{
border-color: #402B11;
}
.TagClassName
{
border-color: #402B11;
}
</style>