Shades of Bistre #402912
Tints of Bistre #402912
RGB
CMYK
RGB Variations
Color information
#402912 (or 0x402912) is known color: Bistre. HEX triplet: 40, 29 and 12. RGB value is (64,41,18). Sum of RGB (Red+Green+Blue) = 64+41+18=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402912 is #BFD6ED. Grayscale: #2D2D2D. Windows color (decimal): -12572398 or 1190208. OLE color: 1190208.
HSL color Cylindrical-coordinate representation of color #402912: hue angle of 30º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402912 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 41 | 18 | - |
CMYK | 0 | 0.36 | 0.72 | 0.75 |
HSL | 30º | 0.56% | 0.16% | - |
HSV(B) | 30º | 0.72% | 0.25% | - |
XYZ | 3.02 | 2.72 | 0.94 | - |
YUV | 45.26 | 112.62 | 141.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 41 | 18 | 0 | 0.36 | 0.72 | 0.75 | 30 | 0.56 | 0.16 |
Hex | 40 | 29 | 12 | 0 | 24 | 48 | 4B | 1E | 38 | 10 |
Octal | 100 | 51 | 22 | 0 | 44 | 110 | 113 | 36 | 70 | 20 |
Binary | 1000000 | 101001 | 10010 | 0 | 100100 | 1001000 | 1001011 | 11110 | 111000 | 10000 |
Color Harmonies of #402912
Complementary color
Monochromatic Colors of #402912
Black with #402912
Text Example
Text Example
White with #402912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402912; }
p { color: rgb(64,41,18); }
H1.HeaderClassName
{
color: #402912;
}
.AnyTagClassName
{
color: #402912;
}
</style>
background-color css
<style>
a { background-color: #402912; }
a { background-color: rgb(64,41,18); }
div.DivClassName
{
background-color: #402912;
}
.BgClassName
{
background-color: #402912;
}
</style>
border-color css
<style>
span { border-color: #402912; }
span { border-color: rgb(64,41,18); }
td.TdClassName
{
border-color: #402912;
}
.TagClassName
{
border-color: #402912;
}
</style>