Shades of Bistre #422A08
Tints of Bistre #422A08
RGB
CMYK
RGB Variations
Color information
#422A08 (or 0x422A08) is known color: Bistre. HEX triplet: 42, 2A and 08. RGB value is (66,42,8). Sum of RGB (Red+Green+Blue) = 66+42+8=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #422A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A08 is #BDD5F7. Grayscale: #2D2D2D. Windows color (decimal): -12441080 or 535106. OLE color: 535106.
HSL color Cylindrical-coordinate representation of color #422A08: hue angle of 35.17º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #422A08 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 8 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.74 |
| HSL | 35.17º | 0.78% | 0.15% | - |
| HSV(B) | 35.17º | 0.88% | 0.26% | - |
| XYZ | 3.12 | 2.83 | 0.61 | - |
| YUV | 45.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 8 | 0 | 0.36 | 0.88 | 0.74 | 35.17 | 0.78 | 0.15 |
| Hex | 42 | 2A | 8 | 0 | 24 | 58 | 4A | 23 | 4E | F |
| Octal | 102 | 52 | 10 | 0 | 44 | 130 | 112 | 43 | 116 | 17 |
| Binary | 1000010 | 101010 | 1000 | 0 | 100100 | 1011000 | 1001010 | 100011 | 1001110 | 1111 |
Color Harmonies of #422A08
Complementary color
Monochromatic Colors of #422A08
Black with #422A08
Text Example
Text Example
White with #422A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A08; }
p { color: rgb(66,42,8); }
H1.HeaderClassName
{
color: #422A08;
}
.AnyTagClassName
{
color: #422A08;
}
</style>
background-color css
<style>
a { background-color: #422A08; }
a { background-color: rgb(66,42,8); }
div.DivClassName
{
background-color: #422A08;
}
.BgClassName
{
background-color: #422A08;
}
</style>
border-color css
<style>
span { border-color: #422A08; }
span { border-color: rgb(66,42,8); }
td.TdClassName
{
border-color: #422A08;
}
.TagClassName
{
border-color: #422A08;
}
</style>