Shades of Bistre #462900
Tints of Bistre #462900
RGB
CMYK
RGB Variations
Color information
#462900 (or 0x462900) is known color: Bistre. HEX triplet: 46, 29 and 00. RGB value is (70,41,0). Sum of RGB (Red+Green+Blue) = 70+41+0=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462900 is #B9D6FF. Grayscale: #2D2D2D. Windows color (decimal): -12179200 or 10566. OLE color: 10566.
HSL color Cylindrical-coordinate representation of color #462900: hue angle of 35.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462900 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 41 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.73 |
| HSL | 35.14º | 1% | 0.14% | - |
| HSV(B) | 35.14º | 1% | 0.27% | - |
| XYZ | 3.32 | 2.89 | 0.38 | - |
| YUV | 45 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 0 | 0 | 0.41 | 1 | 0.73 | 35.14 | 1 | 0.14 |
| Hex | 46 | 29 | 0 | 0 | 29 | 64 | 49 | 23 | 64 | E |
| Octal | 106 | 51 | 0 | 0 | 51 | 144 | 111 | 43 | 144 | 16 |
| Binary | 1000110 | 101001 | 0 | 0 | 101001 | 1100100 | 1001001 | 100011 | 1100100 | 1110 |
Color Harmonies of #462900
Complementary color
Monochromatic Colors of #462900
Black with #462900
Text Example
Text Example
White with #462900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462900; }
p { color: rgb(70,41,0); }
H1.HeaderClassName
{
color: #462900;
}
.AnyTagClassName
{
color: #462900;
}
</style>
background-color css
<style>
a { background-color: #462900; }
a { background-color: rgb(70,41,0); }
div.DivClassName
{
background-color: #462900;
}
.BgClassName
{
background-color: #462900;
}
</style>
border-color css
<style>
span { border-color: #462900; }
span { border-color: rgb(70,41,0); }
td.TdClassName
{
border-color: #462900;
}
.TagClassName
{
border-color: #462900;
}
</style>