Shades of Bistre #422B0C
Tints of Bistre #422B0C
RGB
CMYK
RGB Variations
Color information
#422B0C (or 0x422B0C) is known color: Bistre. HEX triplet: 42, 2B and 0C. RGB value is (66,43,12). Sum of RGB (Red+Green+Blue) = 66+43+12=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B0C is #BDD4F3. Grayscale: #2E2E2E. Windows color (decimal): -12440820 or 797506. OLE color: 797506.
HSL color Cylindrical-coordinate representation of color #422B0C: hue angle of 34.44º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422B0C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 12 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.74 |
| HSL | 34.44º | 0.69% | 0.15% | - |
| HSV(B) | 34.44º | 0.82% | 0.26% | - |
| XYZ | 3.18 | 2.91 | 0.74 | - |
| YUV | 46.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 12 | 0 | 0.35 | 0.82 | 0.74 | 34.44 | 0.69 | 0.15 |
| Hex | 42 | 2B | C | 0 | 23 | 52 | 4A | 22 | 45 | F |
| Octal | 102 | 53 | 14 | 0 | 43 | 122 | 112 | 42 | 105 | 17 |
| Binary | 1000010 | 101011 | 1100 | 0 | 100011 | 1010010 | 1001010 | 100010 | 1000101 | 1111 |
Color Harmonies of #422B0C
Complementary color
Monochromatic Colors of #422B0C
Black with #422B0C
Text Example
Text Example
White with #422B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B0C; }
p { color: rgb(66,43,12); }
H1.HeaderClassName
{
color: #422B0C;
}
.AnyTagClassName
{
color: #422B0C;
}
</style>
background-color css
<style>
a { background-color: #422B0C; }
a { background-color: rgb(66,43,12); }
div.DivClassName
{
background-color: #422B0C;
}
.BgClassName
{
background-color: #422B0C;
}
</style>
border-color css
<style>
span { border-color: #422B0C; }
span { border-color: rgb(66,43,12); }
td.TdClassName
{
border-color: #422B0C;
}
.TagClassName
{
border-color: #422B0C;
}
</style>