Shades of Bistre #422A0C
Tints of Bistre #422A0C
RGB
CMYK
RGB Variations
Color information
#422A0C (or 0x422A0C) is known color: Bistre. HEX triplet: 42, 2A and 0C. RGB value is (66,42,12). Sum of RGB (Red+Green+Blue) = 66+42+12=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #422A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A0C is #BDD5F3. Grayscale: #2D2D2D. Windows color (decimal): -12441076 or 797250. OLE color: 797250.
HSL color Cylindrical-coordinate representation of color #422A0C: hue angle of 33.33º 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 #422A0C is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 12 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.74 |
| HSL | 33.33º | 0.69% | 0.15% | - |
| HSV(B) | 33.33º | 0.82% | 0.26% | - |
| XYZ | 3.14 | 2.84 | 0.73 | - |
| YUV | 45.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 12 | 0 | 0.36 | 0.82 | 0.74 | 33.33 | 0.69 | 0.15 |
| Hex | 42 | 2A | C | 0 | 24 | 52 | 4A | 21 | 45 | F |
| Octal | 102 | 52 | 14 | 0 | 44 | 122 | 112 | 41 | 105 | 17 |
| Binary | 1000010 | 101010 | 1100 | 0 | 100100 | 1010010 | 1001010 | 100001 | 1000101 | 1111 |
Color Harmonies of #422A0C
Complementary color
Monochromatic Colors of #422A0C
Black with #422A0C
Text Example
Text Example
White with #422A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A0C; }
p { color: rgb(66,42,12); }
H1.HeaderClassName
{
color: #422A0C;
}
.AnyTagClassName
{
color: #422A0C;
}
</style>
background-color css
<style>
a { background-color: #422A0C; }
a { background-color: rgb(66,42,12); }
div.DivClassName
{
background-color: #422A0C;
}
.BgClassName
{
background-color: #422A0C;
}
</style>
border-color css
<style>
span { border-color: #422A0C; }
span { border-color: rgb(66,42,12); }
td.TdClassName
{
border-color: #422A0C;
}
.TagClassName
{
border-color: #422A0C;
}
</style>