Shades of Bistre #402510
Tints of Bistre #402510
RGB
CMYK
RGB Variations
Color information
#402510 (or 0x402510) is known color: Bistre. HEX triplet: 40, 25 and 10. RGB value is (64,37,16). Sum of RGB (Red+Green+Blue) = 64+37+16=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402510 is #BFDAEF. Grayscale: #2A2A2A. Windows color (decimal): -12573424 or 1058112. OLE color: 1058112.
HSL color Cylindrical-coordinate representation of color #402510: hue angle of 26.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402510 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 37 | 16 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.75 |
| HSL | 26.25º | 0.6% | 0.16% | - |
| HSV(B) | 26.25º | 0.75% | 0.25% | - |
| XYZ | 2.87 | 2.45 | 0.81 | - |
| YUV | 42.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 16 | 0 | 0.42 | 0.75 | 0.75 | 26.25 | 0.6 | 0.16 |
| Hex | 40 | 25 | 10 | 0 | 2A | 4B | 4B | 1A | 3C | 10 |
| Octal | 100 | 45 | 20 | 0 | 52 | 113 | 113 | 32 | 74 | 20 |
| Binary | 1000000 | 100101 | 10000 | 0 | 101010 | 1001011 | 1001011 | 11010 | 111100 | 10000 |
Color Harmonies of #402510
Complementary color
Monochromatic Colors of #402510
Black with #402510
Text Example
Text Example
White with #402510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402510; }
p { color: rgb(64,37,16); }
H1.HeaderClassName
{
color: #402510;
}
.AnyTagClassName
{
color: #402510;
}
</style>
background-color css
<style>
a { background-color: #402510; }
a { background-color: rgb(64,37,16); }
div.DivClassName
{
background-color: #402510;
}
.BgClassName
{
background-color: #402510;
}
</style>
border-color css
<style>
span { border-color: #402510; }
span { border-color: rgb(64,37,16); }
td.TdClassName
{
border-color: #402510;
}
.TagClassName
{
border-color: #402510;
}
</style>