Shades of Bistre #422A12
Tints of Bistre #422A12
RGB
CMYK
RGB Variations
Color information
#422A12 (or 0x422A12) is known color: Bistre. HEX triplet: 42, 2A and 12. RGB value is (66,42,18). Sum of RGB (Red+Green+Blue) = 66+42+18=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A12 is #BDD5ED. Grayscale: #2E2E2E. Windows color (decimal): -12441070 or 1190466. OLE color: 1190466.
HSL color Cylindrical-coordinate representation of color #422A12: hue angle of 30º 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 #422A12 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 18 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.74 |
| HSL | 30º | 0.57% | 0.16% | - |
| HSV(B) | 30º | 0.73% | 0.26% | - |
| XYZ | 3.18 | 2.86 | 0.96 | - |
| YUV | 46.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 18 | 0 | 0.36 | 0.73 | 0.74 | 30 | 0.57 | 0.16 |
| Hex | 42 | 2A | 12 | 0 | 24 | 49 | 4A | 1E | 39 | 10 |
| Octal | 102 | 52 | 22 | 0 | 44 | 111 | 112 | 36 | 71 | 20 |
| Binary | 1000010 | 101010 | 10010 | 0 | 100100 | 1001001 | 1001010 | 11110 | 111001 | 10000 |
Color Harmonies of #422A12
Complementary color
Monochromatic Colors of #422A12
Black with #422A12
Text Example
Text Example
White with #422A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A12; }
p { color: rgb(66,42,18); }
H1.HeaderClassName
{
color: #422A12;
}
.AnyTagClassName
{
color: #422A12;
}
</style>
background-color css
<style>
a { background-color: #422A12; }
a { background-color: rgb(66,42,18); }
div.DivClassName
{
background-color: #422A12;
}
.BgClassName
{
background-color: #422A12;
}
</style>
border-color css
<style>
span { border-color: #422A12; }
span { border-color: rgb(66,42,18); }
td.TdClassName
{
border-color: #422A12;
}
.TagClassName
{
border-color: #422A12;
}
</style>