Shades of Bistre #422C11
Tints of Bistre #422C11
RGB
CMYK
RGB Variations
Color information
#422C11 (or 0x422C11) is known color: Bistre. HEX triplet: 42, 2C and 11. RGB value is (66,44,17). Sum of RGB (Red+Green+Blue) = 66+44+17=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #422C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C11 is #BDD3EE. Grayscale: #2F2F2F. Windows color (decimal): -12440559 or 1125442. OLE color: 1125442.
HSL color Cylindrical-coordinate representation of color #422C11: hue angle of 33.06º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422C11 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 17 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.74 |
| HSL | 33.06º | 0.59% | 0.16% | - |
| HSV(B) | 33.06º | 0.74% | 0.26% | - |
| XYZ | 3.25 | 3 | 0.94 | - |
| YUV | 47.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 17 | 0 | 0.33 | 0.74 | 0.74 | 33.06 | 0.59 | 0.16 |
| Hex | 42 | 2C | 11 | 0 | 21 | 4A | 4A | 21 | 3B | 10 |
| Octal | 102 | 54 | 21 | 0 | 41 | 112 | 112 | 41 | 73 | 20 |
| Binary | 1000010 | 101100 | 10001 | 0 | 100001 | 1001010 | 1001010 | 100001 | 111011 | 10000 |
Color Harmonies of #422C11
Complementary color
Monochromatic Colors of #422C11
Black with #422C11
Text Example
Text Example
White with #422C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C11; }
p { color: rgb(66,44,17); }
H1.HeaderClassName
{
color: #422C11;
}
.AnyTagClassName
{
color: #422C11;
}
</style>
background-color css
<style>
a { background-color: #422C11; }
a { background-color: rgb(66,44,17); }
div.DivClassName
{
background-color: #422C11;
}
.BgClassName
{
background-color: #422C11;
}
</style>
border-color css
<style>
span { border-color: #422C11; }
span { border-color: rgb(66,44,17); }
td.TdClassName
{
border-color: #422C11;
}
.TagClassName
{
border-color: #422C11;
}
</style>