Shades of Bistre #422D1F
Tints of Bistre #422D1F
RGB
CMYK
RGB Variations
Color information
#422D1F (or 0x422D1F) is known color: Bistre. HEX triplet: 42, 2D and 1F. RGB value is (66,45,31). Sum of RGB (Red+Green+Blue) = 66+45+31=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #422D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D1F is #BDD2E0. Grayscale: #313131. Windows color (decimal): -12440289 or 2043202. OLE color: 2043202.
HSL color Cylindrical-coordinate representation of color #422D1F: hue angle of 24º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #422D1F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 45 | 31 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.74 |
| HSL | 24º | 0.36% | 0.19% | - |
| HSV(B) | 24º | 0.53% | 0.26% | - |
| XYZ | 3.43 | 3.13 | 1.72 | - |
| YUV | 49.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 31 | 0 | 0.32 | 0.53 | 0.74 | 24 | 0.36 | 0.19 |
| Hex | 42 | 2D | 1F | 0 | 20 | 35 | 4A | 18 | 24 | 13 |
| Octal | 102 | 55 | 37 | 0 | 40 | 65 | 112 | 30 | 44 | 23 |
| Binary | 1000010 | 101101 | 11111 | 0 | 100000 | 110101 | 1001010 | 11000 | 100100 | 10011 |
Color Harmonies of #422D1F
Complementary color
Monochromatic Colors of #422D1F
Black with #422D1F
Text Example
Text Example
White with #422D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D1F; }
p { color: rgb(66,45,31); }
H1.HeaderClassName
{
color: #422D1F;
}
.AnyTagClassName
{
color: #422D1F;
}
</style>
background-color css
<style>
a { background-color: #422D1F; }
a { background-color: rgb(66,45,31); }
div.DivClassName
{
background-color: #422D1F;
}
.BgClassName
{
background-color: #422D1F;
}
</style>
border-color css
<style>
span { border-color: #422D1F; }
span { border-color: rgb(66,45,31); }
td.TdClassName
{
border-color: #422D1F;
}
.TagClassName
{
border-color: #422D1F;
}
</style>