Shades of Bistre #46260A
Tints of Bistre #46260A
RGB
CMYK
RGB Variations
Color information
#46260A (or 0x46260A) is known color: Bistre. HEX triplet: 46, 26 and 0A. RGB value is (70,38,10). Sum of RGB (Red+Green+Blue) = 70+38+10=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46260A is #B9D9F5. Grayscale: #2C2C2C. Windows color (decimal): -12179958 or 665158. OLE color: 665158.
HSL color Cylindrical-coordinate representation of color #46260A: hue angle of 28º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46260A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 10 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.73 |
| HSL | 28º | 0.75% | 0.16% | - |
| HSV(B) | 28º | 0.86% | 0.27% | - |
| XYZ | 3.27 | 2.71 | 0.64 | - |
| YUV | 44.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 10 | 0 | 0.46 | 0.86 | 0.73 | 28 | 0.75 | 0.16 |
| Hex | 46 | 26 | A | 0 | 2E | 56 | 49 | 1C | 4B | 10 |
| Octal | 106 | 46 | 12 | 0 | 56 | 126 | 111 | 34 | 113 | 20 |
| Binary | 1000110 | 100110 | 1010 | 0 | 101110 | 1010110 | 1001001 | 11100 | 1001011 | 10000 |
Color Harmonies of #46260A
Complementary color
Monochromatic Colors of #46260A
Black with #46260A
Text Example
Text Example
White with #46260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46260A; }
p { color: rgb(70,38,10); }
H1.HeaderClassName
{
color: #46260A;
}
.AnyTagClassName
{
color: #46260A;
}
</style>
background-color css
<style>
a { background-color: #46260A; }
a { background-color: rgb(70,38,10); }
div.DivClassName
{
background-color: #46260A;
}
.BgClassName
{
background-color: #46260A;
}
</style>
border-color css
<style>
span { border-color: #46260A; }
span { border-color: rgb(70,38,10); }
td.TdClassName
{
border-color: #46260A;
}
.TagClassName
{
border-color: #46260A;
}
</style>