Shades of Bistre #40270D
Tints of Bistre #40270D
RGB
CMYK
RGB Variations
Color information
#40270D (or 0x40270D) is known color: Bistre. HEX triplet: 40, 27 and 0D. RGB value is (64,39,13). Sum of RGB (Red+Green+Blue) = 64+39+13=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40270D is #BFD8F2. Grayscale: #2B2B2B. Windows color (decimal): -12572915 or 862016. OLE color: 862016.
HSL color Cylindrical-coordinate representation of color #40270D: hue angle of 30.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40270D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 39 | 13 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.75 |
| HSL | 30.59º | 0.66% | 0.15% | - |
| HSV(B) | 30.59º | 0.8% | 0.25% | - |
| XYZ | 2.91 | 2.57 | 0.72 | - |
| YUV | 43.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 39 | 13 | 0 | 0.39 | 0.80 | 0.75 | 30.59 | 0.66 | 0.15 |
| Hex | 40 | 27 | D | 0 | 27 | 50 | 4B | 1F | 42 | F |
| Octal | 100 | 47 | 15 | 0 | 47 | 120 | 113 | 37 | 102 | 17 |
| Binary | 1000000 | 100111 | 1101 | 0 | 100111 | 1010000 | 1001011 | 11111 | 1000010 | 1111 |
Color Harmonies of #40270D
Complementary color
Monochromatic Colors of #40270D
Black with #40270D
Text Example
Text Example
White with #40270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40270D; }
p { color: rgb(64,39,13); }
H1.HeaderClassName
{
color: #40270D;
}
.AnyTagClassName
{
color: #40270D;
}
</style>
background-color css
<style>
a { background-color: #40270D; }
a { background-color: rgb(64,39,13); }
div.DivClassName
{
background-color: #40270D;
}
.BgClassName
{
background-color: #40270D;
}
</style>
border-color css
<style>
span { border-color: #40270D; }
span { border-color: rgb(64,39,13); }
td.TdClassName
{
border-color: #40270D;
}
.TagClassName
{
border-color: #40270D;
}
</style>