Shades of Bistre #462301
Tints of Bistre #462301
RGB
CMYK
RGB Variations
Color information
#462301 (or 0x462301) is known color: Bistre. HEX triplet: 46, 23 and 01. RGB value is (70,35,1). Sum of RGB (Red+Green+Blue) = 70+35+1=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #462301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462301 is #B9DCFE. Grayscale: #292929. Windows color (decimal): -12180735 or 74566. OLE color: 74566.
HSL color Cylindrical-coordinate representation of color #462301: hue angle of 29.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #462301 is Cyan = 0, Magento = 0.5, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 1 | - |
| CMYK | 0 | 0.5 | 0.99 | 0.73 |
| HSL | 29.57º | 0.97% | 0.14% | - |
| HSV(B) | 29.57º | 0.99% | 0.27% | - |
| XYZ | 3.13 | 2.51 | 0.35 | - |
| YUV | 41.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 1 | 0 | 0.5 | 0.99 | 0.73 | 29.57 | 0.97 | 0.14 |
| Hex | 46 | 23 | 1 | 0 | 32 | 63 | 49 | 1E | 61 | E |
| Octal | 106 | 43 | 1 | 0 | 62 | 143 | 111 | 36 | 141 | 16 |
| Binary | 1000110 | 100011 | 1 | 0 | 110010 | 1100011 | 1001001 | 11110 | 1100001 | 1110 |
Color Harmonies of #462301
Complementary color
Monochromatic Colors of #462301
Black with #462301
Text Example
Text Example
White with #462301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462301; }
p { color: rgb(70,35,1); }
H1.HeaderClassName
{
color: #462301;
}
.AnyTagClassName
{
color: #462301;
}
</style>
background-color css
<style>
a { background-color: #462301; }
a { background-color: rgb(70,35,1); }
div.DivClassName
{
background-color: #462301;
}
.BgClassName
{
background-color: #462301;
}
</style>
border-color css
<style>
span { border-color: #462301; }
span { border-color: rgb(70,35,1); }
td.TdClassName
{
border-color: #462301;
}
.TagClassName
{
border-color: #462301;
}
</style>