Shades of Bistre #462C0A
Tints of Bistre #462C0A
RGB
CMYK
RGB Variations
Color information
#462C0A (or 0x462C0A) is known color: Bistre. HEX triplet: 46, 2C and 0A. RGB value is (70,44,10). Sum of RGB (Red+Green+Blue) = 70+44+10=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #462C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462C0A is #B9D3F5. Grayscale: #303030. Windows color (decimal): -12178422 or 666694. OLE color: 666694.
HSL color Cylindrical-coordinate representation of color #462C0A: hue angle of 34º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #462C0A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 10 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.73 |
| HSL | 34º | 0.75% | 0.16% | - |
| HSV(B) | 34º | 0.86% | 0.27% | - |
| XYZ | 3.48 | 3.13 | 0.71 | - |
| YUV | 47.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 10 | 0 | 0.37 | 0.86 | 0.73 | 34 | 0.75 | 0.16 |
| Hex | 46 | 2C | A | 0 | 25 | 56 | 49 | 22 | 4B | 10 |
| Octal | 106 | 54 | 12 | 0 | 45 | 126 | 111 | 42 | 113 | 20 |
| Binary | 1000110 | 101100 | 1010 | 0 | 100101 | 1010110 | 1001001 | 100010 | 1001011 | 10000 |
Color Harmonies of #462C0A
Complementary color
Monochromatic Colors of #462C0A
Black with #462C0A
Text Example
Text Example
White with #462C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C0A; }
p { color: rgb(70,44,10); }
H1.HeaderClassName
{
color: #462C0A;
}
.AnyTagClassName
{
color: #462C0A;
}
</style>
background-color css
<style>
a { background-color: #462C0A; }
a { background-color: rgb(70,44,10); }
div.DivClassName
{
background-color: #462C0A;
}
.BgClassName
{
background-color: #462C0A;
}
</style>
border-color css
<style>
span { border-color: #462C0A; }
span { border-color: rgb(70,44,10); }
td.TdClassName
{
border-color: #462C0A;
}
.TagClassName
{
border-color: #462C0A;
}
</style>