Shades of Bistre #462E16
Tints of Bistre #462E16
RGB
CMYK
RGB Variations
Color information
#462E16 (or 0x462E16) is known color: Bistre. HEX triplet: 46, 2E and 16. RGB value is (70,46,22). Sum of RGB (Red+Green+Blue) = 70+46+22=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462E16 is #B9D1E9. Grayscale: #323232. Windows color (decimal): -12177898 or 1453638. OLE color: 1453638.
HSL color Cylindrical-coordinate representation of color #462E16: hue angle of 30º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462E16 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 22 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.73 |
| HSL | 30º | 0.52% | 0.18% | - |
| HSV(B) | 30º | 0.69% | 0.27% | - |
| XYZ | 3.65 | 3.31 | 1.21 | - |
| YUV | 50.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 22 | 0 | 0.34 | 0.69 | 0.73 | 30 | 0.52 | 0.18 |
| Hex | 46 | 2E | 16 | 0 | 22 | 45 | 49 | 1E | 34 | 12 |
| Octal | 106 | 56 | 26 | 0 | 42 | 105 | 111 | 36 | 64 | 22 |
| Binary | 1000110 | 101110 | 10110 | 0 | 100010 | 1000101 | 1001001 | 11110 | 110100 | 10010 |
Color Harmonies of #462E16
Complementary color
Monochromatic Colors of #462E16
Black with #462E16
Text Example
Text Example
White with #462E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E16; }
p { color: rgb(70,46,22); }
H1.HeaderClassName
{
color: #462E16;
}
.AnyTagClassName
{
color: #462E16;
}
</style>
background-color css
<style>
a { background-color: #462E16; }
a { background-color: rgb(70,46,22); }
div.DivClassName
{
background-color: #462E16;
}
.BgClassName
{
background-color: #462E16;
}
</style>
border-color css
<style>
span { border-color: #462E16; }
span { border-color: rgb(70,46,22); }
td.TdClassName
{
border-color: #462E16;
}
.TagClassName
{
border-color: #462E16;
}
</style>