Shades of Bistre #402C15
Tints of Bistre #402C15
RGB
CMYK
RGB Variations
Color information
#402C15 (or 0x402C15) is known color: Bistre. HEX triplet: 40, 2C and 15. RGB value is (64,44,21). Sum of RGB (Red+Green+Blue) = 64+44+21=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #402C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C15 is #BFD3EA. Grayscale: #2F2F2F. Windows color (decimal): -12571627 or 1387584. OLE color: 1387584.
HSL color Cylindrical-coordinate representation of color #402C15: hue angle of 32.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402C15 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 44 | 21 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.75 |
| HSL | 32.09º | 0.51% | 0.17% | - |
| HSV(B) | 32.09º | 0.67% | 0.25% | - |
| XYZ | 3.15 | 2.95 | 1.11 | - |
| YUV | 47.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 21 | 0 | 0.31 | 0.67 | 0.75 | 32.09 | 0.51 | 0.17 |
| Hex | 40 | 2C | 15 | 0 | 1F | 43 | 4B | 20 | 33 | 11 |
| Octal | 100 | 54 | 25 | 0 | 37 | 103 | 113 | 40 | 63 | 21 |
| Binary | 1000000 | 101100 | 10101 | 0 | 11111 | 1000011 | 1001011 | 100000 | 110011 | 10001 |
Color Harmonies of #402C15
Complementary color
Monochromatic Colors of #402C15
Black with #402C15
Text Example
Text Example
White with #402C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C15; }
p { color: rgb(64,44,21); }
H1.HeaderClassName
{
color: #402C15;
}
.AnyTagClassName
{
color: #402C15;
}
</style>
background-color css
<style>
a { background-color: #402C15; }
a { background-color: rgb(64,44,21); }
div.DivClassName
{
background-color: #402C15;
}
.BgClassName
{
background-color: #402C15;
}
</style>
border-color css
<style>
span { border-color: #402C15; }
span { border-color: rgb(64,44,21); }
td.TdClassName
{
border-color: #402C15;
}
.TagClassName
{
border-color: #402C15;
}
</style>