Shades of Bistre #462709
Tints of Bistre #462709
RGB
CMYK
RGB Variations
Color information
#462709 (or 0x462709) is known color: Bistre. HEX triplet: 46, 27 and 09. RGB value is (70,39,9). Sum of RGB (Red+Green+Blue) = 70+39+9=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #462709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462709 is #B9D8F6. Grayscale: #2D2D2D. Windows color (decimal): -12179703 or 599878. OLE color: 599878.
HSL color Cylindrical-coordinate representation of color #462709: hue angle of 29.51º 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 #462709 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 9 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.73 |
| HSL | 29.51º | 0.77% | 0.15% | - |
| HSV(B) | 29.51º | 0.87% | 0.27% | - |
| XYZ | 3.3 | 2.77 | 0.62 | - |
| YUV | 44.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 9 | 0 | 0.44 | 0.87 | 0.73 | 29.51 | 0.77 | 0.15 |
| Hex | 46 | 27 | 9 | 0 | 2C | 57 | 49 | 1E | 4D | F |
| Octal | 106 | 47 | 11 | 0 | 54 | 127 | 111 | 36 | 115 | 17 |
| Binary | 1000110 | 100111 | 1001 | 0 | 101100 | 1010111 | 1001001 | 11110 | 1001101 | 1111 |
Color Harmonies of #462709
Complementary color
Monochromatic Colors of #462709
Black with #462709
Text Example
Text Example
White with #462709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462709; }
p { color: rgb(70,39,9); }
H1.HeaderClassName
{
color: #462709;
}
.AnyTagClassName
{
color: #462709;
}
</style>
background-color css
<style>
a { background-color: #462709; }
a { background-color: rgb(70,39,9); }
div.DivClassName
{
background-color: #462709;
}
.BgClassName
{
background-color: #462709;
}
</style>
border-color css
<style>
span { border-color: #462709; }
span { border-color: rgb(70,39,9); }
td.TdClassName
{
border-color: #462709;
}
.TagClassName
{
border-color: #462709;
}
</style>