Shades of Bistre #422B1C
Tints of Bistre #422B1C
RGB
CMYK
RGB Variations
Color information
#422B1C (or 0x422B1C) is known color: Bistre. HEX triplet: 42, 2B and 1C. RGB value is (66,43,28). Sum of RGB (Red+Green+Blue) = 66+43+28=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B1C is #BDD4E3. Grayscale: #303030. Windows color (decimal): -12440804 or 1846082. OLE color: 1846082.
HSL color Cylindrical-coordinate representation of color #422B1C: hue angle of 23.68º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422B1C is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 28 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.74 |
| HSL | 23.68º | 0.4% | 0.18% | - |
| HSV(B) | 23.68º | 0.58% | 0.26% | - |
| XYZ | 3.32 | 2.97 | 1.5 | - |
| YUV | 48.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 28 | 0 | 0.35 | 0.58 | 0.74 | 23.68 | 0.4 | 0.18 |
| Hex | 42 | 2B | 1C | 0 | 23 | 3A | 4A | 18 | 28 | 12 |
| Octal | 102 | 53 | 34 | 0 | 43 | 72 | 112 | 30 | 50 | 22 |
| Binary | 1000010 | 101011 | 11100 | 0 | 100011 | 111010 | 1001010 | 11000 | 101000 | 10010 |
Color Harmonies of #422B1C
Complementary color
Monochromatic Colors of #422B1C
Black with #422B1C
Text Example
Text Example
White with #422B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B1C; }
p { color: rgb(66,43,28); }
H1.HeaderClassName
{
color: #422B1C;
}
.AnyTagClassName
{
color: #422B1C;
}
</style>
background-color css
<style>
a { background-color: #422B1C; }
a { background-color: rgb(66,43,28); }
div.DivClassName
{
background-color: #422B1C;
}
.BgClassName
{
background-color: #422B1C;
}
</style>
border-color css
<style>
span { border-color: #422B1C; }
span { border-color: rgb(66,43,28); }
td.TdClassName
{
border-color: #422B1C;
}
.TagClassName
{
border-color: #422B1C;
}
</style>