Shades of Bistre #462909
Tints of Bistre #462909
RGB
CMYK
RGB Variations
Color information
#462909 (or 0x462909) is known color: Bistre. HEX triplet: 46, 29 and 09. RGB value is (70,41,9). Sum of RGB (Red+Green+Blue) = 70+41+9=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #462909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462909 is #B9D6F6. Grayscale: #2E2E2E. Windows color (decimal): -12179191 or 600390. OLE color: 600390.
HSL color Cylindrical-coordinate representation of color #462909: hue angle of 31.48º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #462909 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 41 | 9 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.73 |
| HSL | 31.48º | 0.77% | 0.15% | - |
| HSV(B) | 31.48º | 0.87% | 0.27% | - |
| XYZ | 3.37 | 2.91 | 0.64 | - |
| YUV | 46.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 9 | 0 | 0.41 | 0.87 | 0.73 | 31.48 | 0.77 | 0.15 |
| Hex | 46 | 29 | 9 | 0 | 29 | 57 | 49 | 1F | 4D | F |
| Octal | 106 | 51 | 11 | 0 | 51 | 127 | 111 | 37 | 115 | 17 |
| Binary | 1000110 | 101001 | 1001 | 0 | 101001 | 1010111 | 1001001 | 11111 | 1001101 | 1111 |
Color Harmonies of #462909
Complementary color
Monochromatic Colors of #462909
Black with #462909
Text Example
Text Example
White with #462909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462909; }
p { color: rgb(70,41,9); }
H1.HeaderClassName
{
color: #462909;
}
.AnyTagClassName
{
color: #462909;
}
</style>
background-color css
<style>
a { background-color: #462909; }
a { background-color: rgb(70,41,9); }
div.DivClassName
{
background-color: #462909;
}
.BgClassName
{
background-color: #462909;
}
</style>
border-color css
<style>
span { border-color: #462909; }
span { border-color: rgb(70,41,9); }
td.TdClassName
{
border-color: #462909;
}
.TagClassName
{
border-color: #462909;
}
</style>