Shades of Bistre #462602
Tints of Bistre #462602
RGB
CMYK
RGB Variations
Color information
#462602 (or 0x462602) is known color: Bistre. HEX triplet: 46, 26 and 02. RGB value is (70,38,2). Sum of RGB (Red+Green+Blue) = 70+38+2=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462602 is #B9D9FD. Grayscale: #2B2B2B. Windows color (decimal): -12179966 or 140870. OLE color: 140870.
HSL color Cylindrical-coordinate representation of color #462602: hue angle of 31.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #462602 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 2 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.73 |
| HSL | 31.76º | 0.94% | 0.14% | - |
| HSV(B) | 31.76º | 0.97% | 0.27% | - |
| XYZ | 3.23 | 2.69 | 0.41 | - |
| YUV | 43.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 2 | 0 | 0.46 | 0.97 | 0.73 | 31.76 | 0.94 | 0.14 |
| Hex | 46 | 26 | 2 | 0 | 2E | 61 | 49 | 20 | 5E | E |
| Octal | 106 | 46 | 2 | 0 | 56 | 141 | 111 | 40 | 136 | 16 |
| Binary | 1000110 | 100110 | 10 | 0 | 101110 | 1100001 | 1001001 | 100000 | 1011110 | 1110 |
Color Harmonies of #462602
Complementary color
Monochromatic Colors of #462602
Black with #462602
Text Example
Text Example
White with #462602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462602; }
p { color: rgb(70,38,2); }
H1.HeaderClassName
{
color: #462602;
}
.AnyTagClassName
{
color: #462602;
}
</style>
background-color css
<style>
a { background-color: #462602; }
a { background-color: rgb(70,38,2); }
div.DivClassName
{
background-color: #462602;
}
.BgClassName
{
background-color: #462602;
}
</style>
border-color css
<style>
span { border-color: #462602; }
span { border-color: rgb(70,38,2); }
td.TdClassName
{
border-color: #462602;
}
.TagClassName
{
border-color: #462602;
}
</style>