Shades of Bistre #402D1B
Tints of Bistre #402D1B
RGB
CMYK
RGB Variations
Color information
#402D1B (or 0x402D1B) is known color: Bistre. HEX triplet: 40, 2D and 1B. RGB value is (64,45,27). Sum of RGB (Red+Green+Blue) = 64+45+27=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402D1B is #BFD2E4. Grayscale: #303030. Windows color (decimal): -12571365 or 1781056. OLE color: 1781056.
HSL color Cylindrical-coordinate representation of color #402D1B: hue angle of 29.19º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402D1B is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 45 | 27 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.75 |
| HSL | 29.19º | 0.41% | 0.18% | - |
| HSV(B) | 29.19º | 0.58% | 0.25% | - |
| XYZ | 3.25 | 3.05 | 1.45 | - |
| YUV | 48.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 27 | 0 | 0.30 | 0.58 | 0.75 | 29.19 | 0.41 | 0.18 |
| Hex | 40 | 2D | 1B | 0 | 1E | 3A | 4B | 1D | 29 | 12 |
| Octal | 100 | 55 | 33 | 0 | 36 | 72 | 113 | 35 | 51 | 22 |
| Binary | 1000000 | 101101 | 11011 | 0 | 11110 | 111010 | 1001011 | 11101 | 101001 | 10010 |
Color Harmonies of #402D1B
Complementary color
Monochromatic Colors of #402D1B
Black with #402D1B
Text Example
Text Example
White with #402D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D1B; }
p { color: rgb(64,45,27); }
H1.HeaderClassName
{
color: #402D1B;
}
.AnyTagClassName
{
color: #402D1B;
}
</style>
background-color css
<style>
a { background-color: #402D1B; }
a { background-color: rgb(64,45,27); }
div.DivClassName
{
background-color: #402D1B;
}
.BgClassName
{
background-color: #402D1B;
}
</style>
border-color css
<style>
span { border-color: #402D1B; }
span { border-color: rgb(64,45,27); }
td.TdClassName
{
border-color: #402D1B;
}
.TagClassName
{
border-color: #402D1B;
}
</style>