Shades of Bistre #402715
Tints of Bistre #402715
RGB
CMYK
RGB Variations
Color information
#402715 (or 0x402715) is known color: Bistre. HEX triplet: 40, 27 and 15. RGB value is (64,39,21). Sum of RGB (Red+Green+Blue) = 64+39+21=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402715 is #BFD8EA. Grayscale: #2C2C2C. Windows color (decimal): -12572907 or 1386304. OLE color: 1386304.
HSL color Cylindrical-coordinate representation of color #402715: hue angle of 25.12º 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 #402715 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 21 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.75 |
| HSL | 25.12º | 0.51% | 0.17% | - |
| HSV(B) | 25.12º | 0.67% | 0.25% | - |
| XYZ | 2.98 | 2.6 | 1.05 | - |
| YUV | 44.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 21 | 0 | 0.39 | 0.67 | 0.75 | 25.12 | 0.51 | 0.17 |
| Hex | 40 | 27 | 15 | 0 | 27 | 43 | 4B | 19 | 33 | 11 |
| Octal | 100 | 47 | 25 | 0 | 47 | 103 | 113 | 31 | 63 | 21 |
| Binary | 1000000 | 100111 | 10101 | 0 | 100111 | 1000011 | 1001011 | 11001 | 110011 | 10001 |
Color Harmonies of #402715
Complementary color
Monochromatic Colors of #402715
Black with #402715
Text Example
Text Example
White with #402715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402715; }
p { color: rgb(64,39,21); }
H1.HeaderClassName
{
color: #402715;
}
.AnyTagClassName
{
color: #402715;
}
</style>
background-color css
<style>
a { background-color: #402715; }
a { background-color: rgb(64,39,21); }
div.DivClassName
{
background-color: #402715;
}
.BgClassName
{
background-color: #402715;
}
</style>
border-color css
<style>
span { border-color: #402715; }
span { border-color: rgb(64,39,21); }
td.TdClassName
{
border-color: #402715;
}
.TagClassName
{
border-color: #402715;
}
</style>