Shades of Bistre #422B10
Tints of Bistre #422B10
RGB
CMYK
RGB Variations
Color information
#422B10 (or 0x422B10) is known color: Bistre. HEX triplet: 42, 2B and 10. RGB value is (66,43,16). Sum of RGB (Red+Green+Blue) = 66+43+16=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #422B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B10 is #BDD4EF. Grayscale: #2E2E2E. Windows color (decimal): -12440816 or 1059650. OLE color: 1059650.
HSL color Cylindrical-coordinate representation of color #422B10: hue angle of 32.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422B10 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 16 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.74 |
| HSL | 32.4º | 0.61% | 0.16% | - |
| HSV(B) | 32.4º | 0.76% | 0.26% | - |
| XYZ | 3.2 | 2.92 | 0.89 | - |
| YUV | 46.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 16 | 0 | 0.35 | 0.76 | 0.74 | 32.4 | 0.61 | 0.16 |
| Hex | 42 | 2B | 10 | 0 | 23 | 4C | 4A | 20 | 3D | 10 |
| Octal | 102 | 53 | 20 | 0 | 43 | 114 | 112 | 40 | 75 | 20 |
| Binary | 1000010 | 101011 | 10000 | 0 | 100011 | 1001100 | 1001010 | 100000 | 111101 | 10000 |
Color Harmonies of #422B10
Complementary color
Monochromatic Colors of #422B10
Black with #422B10
Text Example
Text Example
White with #422B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B10; }
p { color: rgb(66,43,16); }
H1.HeaderClassName
{
color: #422B10;
}
.AnyTagClassName
{
color: #422B10;
}
</style>
background-color css
<style>
a { background-color: #422B10; }
a { background-color: rgb(66,43,16); }
div.DivClassName
{
background-color: #422B10;
}
.BgClassName
{
background-color: #422B10;
}
</style>
border-color css
<style>
span { border-color: #422B10; }
span { border-color: rgb(66,43,16); }
td.TdClassName
{
border-color: #422B10;
}
.TagClassName
{
border-color: #422B10;
}
</style>