Shades of Bistre #422B09
Tints of Bistre #422B09
RGB
CMYK
RGB Variations
Color information
#422B09 (or 0x422B09) is known color: Bistre. HEX triplet: 42, 2B and 09. RGB value is (66,43,9). Sum of RGB (Red+Green+Blue) = 66+43+9=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B09 is #BDD4F6. Grayscale: #2E2E2E. Windows color (decimal): -12440823 or 600898. OLE color: 600898.
HSL color Cylindrical-coordinate representation of color #422B09: hue angle of 35.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #422B09 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 9 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.74 |
| HSL | 35.79º | 0.76% | 0.15% | - |
| HSV(B) | 35.79º | 0.86% | 0.26% | - |
| XYZ | 3.16 | 2.91 | 0.65 | - |
| YUV | 46 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 9 | 0 | 0.35 | 0.86 | 0.74 | 35.79 | 0.76 | 0.15 |
| Hex | 42 | 2B | 9 | 0 | 23 | 56 | 4A | 24 | 4C | F |
| Octal | 102 | 53 | 11 | 0 | 43 | 126 | 112 | 44 | 114 | 17 |
| Binary | 1000010 | 101011 | 1001 | 0 | 100011 | 1010110 | 1001010 | 100100 | 1001100 | 1111 |
Color Harmonies of #422B09
Complementary color
Monochromatic Colors of #422B09
Black with #422B09
Text Example
Text Example
White with #422B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B09; }
p { color: rgb(66,43,9); }
H1.HeaderClassName
{
color: #422B09;
}
.AnyTagClassName
{
color: #422B09;
}
</style>
background-color css
<style>
a { background-color: #422B09; }
a { background-color: rgb(66,43,9); }
div.DivClassName
{
background-color: #422B09;
}
.BgClassName
{
background-color: #422B09;
}
</style>
border-color css
<style>
span { border-color: #422B09; }
span { border-color: rgb(66,43,9); }
td.TdClassName
{
border-color: #422B09;
}
.TagClassName
{
border-color: #422B09;
}
</style>