Shades of Bistre #422C12
Tints of Bistre #422C12
RGB
CMYK
RGB Variations
Color information
#422C12 (or 0x422C12) is known color: Bistre. HEX triplet: 42, 2C and 12. RGB value is (66,44,18). Sum of RGB (Red+Green+Blue) = 66+44+18=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422C12 is #BDD3ED. Grayscale: #2F2F2F. Windows color (decimal): -12440558 or 1190978. OLE color: 1190978.
HSL color Cylindrical-coordinate representation of color #422C12: hue angle of 32.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422C12 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 18 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.74 |
| HSL | 32.5º | 0.57% | 0.16% | - |
| HSV(B) | 32.5º | 0.73% | 0.26% | - |
| XYZ | 3.26 | 3 | 0.98 | - |
| YUV | 47.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 18 | 0 | 0.33 | 0.73 | 0.74 | 32.5 | 0.57 | 0.16 |
| Hex | 42 | 2C | 12 | 0 | 21 | 49 | 4A | 20 | 39 | 10 |
| Octal | 102 | 54 | 22 | 0 | 41 | 111 | 112 | 40 | 71 | 20 |
| Binary | 1000010 | 101100 | 10010 | 0 | 100001 | 1001001 | 1001010 | 100000 | 111001 | 10000 |
Color Harmonies of #422C12
Complementary color
Monochromatic Colors of #422C12
Black with #422C12
Text Example
Text Example
White with #422C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C12; }
p { color: rgb(66,44,18); }
H1.HeaderClassName
{
color: #422C12;
}
.AnyTagClassName
{
color: #422C12;
}
</style>
background-color css
<style>
a { background-color: #422C12; }
a { background-color: rgb(66,44,18); }
div.DivClassName
{
background-color: #422C12;
}
.BgClassName
{
background-color: #422C12;
}
</style>
border-color css
<style>
span { border-color: #422C12; }
span { border-color: rgb(66,44,18); }
td.TdClassName
{
border-color: #422C12;
}
.TagClassName
{
border-color: #422C12;
}
</style>