Shades of Bistre #462914
Tints of Bistre #462914
RGB
CMYK
RGB Variations
Color information
#462914 (or 0x462914) is known color: Bistre. HEX triplet: 46, 29 and 14. RGB value is (70,41,20). Sum of RGB (Red+Green+Blue) = 70+41+20=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462914 is #B9D6EB. Grayscale: #2F2F2F. Windows color (decimal): -12179180 or 1321286. OLE color: 1321286.
HSL color Cylindrical-coordinate representation of color #462914: hue angle of 25.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462914 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 41 | 20 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.73 |
| HSL | 25.2º | 0.56% | 0.18% | - |
| HSV(B) | 25.2º | 0.71% | 0.27% | - |
| XYZ | 3.44 | 2.94 | 1.05 | - |
| YUV | 47.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 20 | 0 | 0.41 | 0.71 | 0.73 | 25.2 | 0.56 | 0.18 |
| Hex | 46 | 29 | 14 | 0 | 29 | 47 | 49 | 19 | 38 | 12 |
| Octal | 106 | 51 | 24 | 0 | 51 | 107 | 111 | 31 | 70 | 22 |
| Binary | 1000110 | 101001 | 10100 | 0 | 101001 | 1000111 | 1001001 | 11001 | 111000 | 10010 |
Color Harmonies of #462914
Complementary color
Monochromatic Colors of #462914
Black with #462914
Text Example
Text Example
White with #462914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462914; }
p { color: rgb(70,41,20); }
H1.HeaderClassName
{
color: #462914;
}
.AnyTagClassName
{
color: #462914;
}
</style>
background-color css
<style>
a { background-color: #462914; }
a { background-color: rgb(70,41,20); }
div.DivClassName
{
background-color: #462914;
}
.BgClassName
{
background-color: #462914;
}
</style>
border-color css
<style>
span { border-color: #462914; }
span { border-color: rgb(70,41,20); }
td.TdClassName
{
border-color: #462914;
}
.TagClassName
{
border-color: #462914;
}
</style>