Shades of Bistre #462402
Tints of Bistre #462402
RGB
CMYK
RGB Variations
Color information
#462402 (or 0x462402) is known color: Bistre. HEX triplet: 46, 24 and 02. RGB value is (70,36,2). Sum of RGB (Red+Green+Blue) = 70+36+2=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #462402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462402 is #B9DBFD. Grayscale: #2A2A2A. Windows color (decimal): -12180478 or 140358. OLE color: 140358.
HSL color Cylindrical-coordinate representation of color #462402: hue angle of 30º 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 #462402 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 36 | 2 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.73 |
| HSL | 30º | 0.94% | 0.14% | - |
| HSV(B) | 30º | 0.97% | 0.27% | - |
| XYZ | 3.17 | 2.57 | 0.39 | - |
| YUV | 42.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 2 | 0 | 0.49 | 0.97 | 0.73 | 30 | 0.94 | 0.14 |
| Hex | 46 | 24 | 2 | 0 | 31 | 61 | 49 | 1E | 5E | E |
| Octal | 106 | 44 | 2 | 0 | 61 | 141 | 111 | 36 | 136 | 16 |
| Binary | 1000110 | 100100 | 10 | 0 | 110001 | 1100001 | 1001001 | 11110 | 1011110 | 1110 |
Color Harmonies of #462402
Complementary color
Monochromatic Colors of #462402
Black with #462402
Text Example
Text Example
White with #462402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462402; }
p { color: rgb(70,36,2); }
H1.HeaderClassName
{
color: #462402;
}
.AnyTagClassName
{
color: #462402;
}
</style>
background-color css
<style>
a { background-color: #462402; }
a { background-color: rgb(70,36,2); }
div.DivClassName
{
background-color: #462402;
}
.BgClassName
{
background-color: #462402;
}
</style>
border-color css
<style>
span { border-color: #462402; }
span { border-color: rgb(70,36,2); }
td.TdClassName
{
border-color: #462402;
}
.TagClassName
{
border-color: #462402;
}
</style>