Shades of Bistre #462404
Tints of Bistre #462404
RGB
CMYK
RGB Variations
Color information
#462404 (or 0x462404) is known color: Bistre. HEX triplet: 46, 24 and 04. RGB value is (70,36,4). Sum of RGB (Red+Green+Blue) = 70+36+4=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462404 is #B9DBFB. Grayscale: #2A2A2A. Windows color (decimal): -12180476 or 271430. OLE color: 271430.
HSL color Cylindrical-coordinate representation of color #462404: hue angle of 29.09º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #462404 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 36 | 4 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.73 |
| HSL | 29.09º | 0.89% | 0.15% | - |
| HSV(B) | 29.09º | 0.94% | 0.27% | - |
| XYZ | 3.18 | 2.57 | 0.44 | - |
| YUV | 42.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 4 | 0 | 0.49 | 0.94 | 0.73 | 29.09 | 0.89 | 0.15 |
| Hex | 46 | 24 | 4 | 0 | 31 | 5E | 49 | 1D | 59 | F |
| Octal | 106 | 44 | 4 | 0 | 61 | 136 | 111 | 35 | 131 | 17 |
| Binary | 1000110 | 100100 | 100 | 0 | 110001 | 1011110 | 1001001 | 11101 | 1011001 | 1111 |
Color Harmonies of #462404
Complementary color
Monochromatic Colors of #462404
Black with #462404
Text Example
Text Example
White with #462404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462404; }
p { color: rgb(70,36,4); }
H1.HeaderClassName
{
color: #462404;
}
.AnyTagClassName
{
color: #462404;
}
</style>
background-color css
<style>
a { background-color: #462404; }
a { background-color: rgb(70,36,4); }
div.DivClassName
{
background-color: #462404;
}
.BgClassName
{
background-color: #462404;
}
</style>
border-color css
<style>
span { border-color: #462404; }
span { border-color: rgb(70,36,4); }
td.TdClassName
{
border-color: #462404;
}
.TagClassName
{
border-color: #462404;
}
</style>