Shades of Bistre #402C1C
Tints of Bistre #402C1C
RGB
CMYK
RGB Variations
Color information
#402C1C (or 0x402C1C) is known color: Bistre. HEX triplet: 40, 2C and 1C. RGB value is (64,44,28). Sum of RGB (Red+Green+Blue) = 64+44+28=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C1C is #BFD3E3. Grayscale: #303030. Windows color (decimal): -12571620 or 1846336. OLE color: 1846336.
HSL color Cylindrical-coordinate representation of color #402C1C: hue angle of 26.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402C1C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 28 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.75 |
| HSL | 26.67º | 0.39% | 0.18% | - |
| HSV(B) | 26.67º | 0.56% | 0.25% | - |
| XYZ | 3.22 | 2.98 | 1.5 | - |
| YUV | 48.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 28 | 0 | 0.31 | 0.56 | 0.75 | 26.67 | 0.39 | 0.18 |
| Hex | 40 | 2C | 1C | 0 | 1F | 38 | 4B | 1B | 27 | 12 |
| Octal | 100 | 54 | 34 | 0 | 37 | 70 | 113 | 33 | 47 | 22 |
| Binary | 1000000 | 101100 | 11100 | 0 | 11111 | 111000 | 1001011 | 11011 | 100111 | 10010 |
Color Harmonies of #402C1C
Complementary color
Monochromatic Colors of #402C1C
Black with #402C1C
Text Example
Text Example
White with #402C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C1C; }
p { color: rgb(64,44,28); }
H1.HeaderClassName
{
color: #402C1C;
}
.AnyTagClassName
{
color: #402C1C;
}
</style>
background-color css
<style>
a { background-color: #402C1C; }
a { background-color: rgb(64,44,28); }
div.DivClassName
{
background-color: #402C1C;
}
.BgClassName
{
background-color: #402C1C;
}
</style>
border-color css
<style>
span { border-color: #402C1C; }
span { border-color: rgb(64,44,28); }
td.TdClassName
{
border-color: #402C1C;
}
.TagClassName
{
border-color: #402C1C;
}
</style>