Shades of Bistre #402717
Tints of Bistre #402717
RGB
CMYK
RGB Variations
Color information
#402717 (or 0x402717) is known color: Bistre. HEX triplet: 40, 27 and 17. RGB value is (64,39,23). Sum of RGB (Red+Green+Blue) = 64+39+23=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402717 is #BFD8E8. Grayscale: #2C2C2C. Windows color (decimal): -12572905 or 1517376. OLE color: 1517376.
HSL color Cylindrical-coordinate representation of color #402717: hue angle of 23.41º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402717 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 23 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.75 |
| HSL | 23.41º | 0.47% | 0.17% | - |
| HSV(B) | 23.41º | 0.64% | 0.25% | - |
| XYZ | 2.99 | 2.6 | 1.16 | - |
| YUV | 44.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 23 | 0 | 0.39 | 0.64 | 0.75 | 23.41 | 0.47 | 0.17 |
| Hex | 40 | 27 | 17 | 0 | 27 | 40 | 4B | 17 | 2F | 11 |
| Octal | 100 | 47 | 27 | 0 | 47 | 100 | 113 | 27 | 57 | 21 |
| Binary | 1000000 | 100111 | 10111 | 0 | 100111 | 1000000 | 1001011 | 10111 | 101111 | 10001 |
Color Harmonies of #402717
Complementary color
Monochromatic Colors of #402717
Black with #402717
Text Example
Text Example
White with #402717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402717; }
p { color: rgb(64,39,23); }
H1.HeaderClassName
{
color: #402717;
}
.AnyTagClassName
{
color: #402717;
}
</style>
background-color css
<style>
a { background-color: #402717; }
a { background-color: rgb(64,39,23); }
div.DivClassName
{
background-color: #402717;
}
.BgClassName
{
background-color: #402717;
}
</style>
border-color css
<style>
span { border-color: #402717; }
span { border-color: rgb(64,39,23); }
td.TdClassName
{
border-color: #402717;
}
.TagClassName
{
border-color: #402717;
}
</style>