Shades of Bistre #422A0D
Tints of Bistre #422A0D
RGB
CMYK
RGB Variations
Color information
#422A0D (or 0x422A0D) is known color: Bistre. HEX triplet: 42, 2A and 0D. RGB value is (66,42,13). Sum of RGB (Red+Green+Blue) = 66+42+13=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A0D is #BDD5F2. Grayscale: #2E2E2E. Windows color (decimal): -12441075 or 862786. OLE color: 862786.
HSL color Cylindrical-coordinate representation of color #422A0D: hue angle of 32.83º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422A0D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 13 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.74 |
| HSL | 32.83º | 0.67% | 0.15% | - |
| HSV(B) | 32.83º | 0.8% | 0.26% | - |
| XYZ | 3.15 | 2.84 | 0.76 | - |
| YUV | 45.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 13 | 0 | 0.36 | 0.80 | 0.74 | 32.83 | 0.67 | 0.15 |
| Hex | 42 | 2A | D | 0 | 24 | 50 | 4A | 21 | 43 | F |
| Octal | 102 | 52 | 15 | 0 | 44 | 120 | 112 | 41 | 103 | 17 |
| Binary | 1000010 | 101010 | 1101 | 0 | 100100 | 1010000 | 1001010 | 100001 | 1000011 | 1111 |
Color Harmonies of #422A0D
Complementary color
Monochromatic Colors of #422A0D
Black with #422A0D
Text Example
Text Example
White with #422A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A0D; }
p { color: rgb(66,42,13); }
H1.HeaderClassName
{
color: #422A0D;
}
.AnyTagClassName
{
color: #422A0D;
}
</style>
background-color css
<style>
a { background-color: #422A0D; }
a { background-color: rgb(66,42,13); }
div.DivClassName
{
background-color: #422A0D;
}
.BgClassName
{
background-color: #422A0D;
}
</style>
border-color css
<style>
span { border-color: #422A0D; }
span { border-color: rgb(66,42,13); }
td.TdClassName
{
border-color: #422A0D;
}
.TagClassName
{
border-color: #422A0D;
}
</style>