Shades of Bistre #422B12
Tints of Bistre #422B12
RGB
CMYK
RGB Variations
Color information
#422B12 (or 0x422B12) is known color: Bistre. HEX triplet: 42, 2B and 12. RGB value is (66,43,18). Sum of RGB (Red+Green+Blue) = 66+43+18=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #422B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B12 is #BDD4ED. Grayscale: #2F2F2F. Windows color (decimal): -12440814 or 1190722. OLE color: 1190722.
HSL color Cylindrical-coordinate representation of color #422B12: hue angle of 31.25º 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 #422B12 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 18 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.74 |
| HSL | 31.25º | 0.57% | 0.16% | - |
| HSV(B) | 31.25º | 0.73% | 0.26% | - |
| XYZ | 3.22 | 2.93 | 0.97 | - |
| YUV | 47.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 18 | 0 | 0.35 | 0.73 | 0.74 | 31.25 | 0.57 | 0.16 |
| Hex | 42 | 2B | 12 | 0 | 23 | 49 | 4A | 1F | 39 | 10 |
| Octal | 102 | 53 | 22 | 0 | 43 | 111 | 112 | 37 | 71 | 20 |
| Binary | 1000010 | 101011 | 10010 | 0 | 100011 | 1001001 | 1001010 | 11111 | 111001 | 10000 |
Color Harmonies of #422B12
Complementary color
Monochromatic Colors of #422B12
Black with #422B12
Text Example
Text Example
White with #422B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B12; }
p { color: rgb(66,43,18); }
H1.HeaderClassName
{
color: #422B12;
}
.AnyTagClassName
{
color: #422B12;
}
</style>
background-color css
<style>
a { background-color: #422B12; }
a { background-color: rgb(66,43,18); }
div.DivClassName
{
background-color: #422B12;
}
.BgClassName
{
background-color: #422B12;
}
</style>
border-color css
<style>
span { border-color: #422B12; }
span { border-color: rgb(66,43,18); }
td.TdClassName
{
border-color: #422B12;
}
.TagClassName
{
border-color: #422B12;
}
</style>