Shades of Bistre #46270B
Tints of Bistre #46270B
RGB
CMYK
RGB Variations
Color information
#46270B (or 0x46270B) is known color: Bistre. HEX triplet: 46, 27 and 0B. RGB value is (70,39,11). Sum of RGB (Red+Green+Blue) = 70+39+11=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46270B is #B9D8F4. Grayscale: #2D2D2D. Windows color (decimal): -12179701 or 730950. OLE color: 730950.
HSL color Cylindrical-coordinate representation of color #46270B: hue angle of 28.47º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46270B is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 11 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.73 |
| HSL | 28.47º | 0.73% | 0.16% | - |
| HSV(B) | 28.47º | 0.84% | 0.27% | - |
| XYZ | 3.31 | 2.78 | 0.68 | - |
| YUV | 45.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 11 | 0 | 0.44 | 0.84 | 0.73 | 28.47 | 0.73 | 0.16 |
| Hex | 46 | 27 | B | 0 | 2C | 54 | 49 | 1C | 49 | 10 |
| Octal | 106 | 47 | 13 | 0 | 54 | 124 | 111 | 34 | 111 | 20 |
| Binary | 1000110 | 100111 | 1011 | 0 | 101100 | 1010100 | 1001001 | 11100 | 1001001 | 10000 |
Color Harmonies of #46270B
Complementary color
Monochromatic Colors of #46270B
Black with #46270B
Text Example
Text Example
White with #46270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46270B; }
p { color: rgb(70,39,11); }
H1.HeaderClassName
{
color: #46270B;
}
.AnyTagClassName
{
color: #46270B;
}
</style>
background-color css
<style>
a { background-color: #46270B; }
a { background-color: rgb(70,39,11); }
div.DivClassName
{
background-color: #46270B;
}
.BgClassName
{
background-color: #46270B;
}
</style>
border-color css
<style>
span { border-color: #46270B; }
span { border-color: rgb(70,39,11); }
td.TdClassName
{
border-color: #46270B;
}
.TagClassName
{
border-color: #46270B;
}
</style>