Shades of Bistre #442A06
Tints of Bistre #442A06
RGB
CMYK
RGB Variations
Color information
#442A06 (or 0x442A06) is known color: Bistre. HEX triplet: 44, 2A and 06. RGB value is (68,42,6). Sum of RGB (Red+Green+Blue) = 68+42+6=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #442A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A06 is #BBD5F9. Grayscale: #2D2D2D. Windows color (decimal): -12310010 or 404036. OLE color: 404036.
HSL color Cylindrical-coordinate representation of color #442A06: hue angle of 34.84º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #442A06 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 6 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.73 |
| HSL | 34.84º | 0.84% | 0.15% | - |
| HSV(B) | 34.84º | 0.91% | 0.27% | - |
| XYZ | 3.24 | 2.9 | 0.56 | - |
| YUV | 45.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 6 | 0 | 0.38 | 0.91 | 0.73 | 34.84 | 0.84 | 0.15 |
| Hex | 44 | 2A | 6 | 0 | 26 | 5B | 49 | 23 | 54 | F |
| Octal | 104 | 52 | 6 | 0 | 46 | 133 | 111 | 43 | 124 | 17 |
| Binary | 1000100 | 101010 | 110 | 0 | 100110 | 1011011 | 1001001 | 100011 | 1010100 | 1111 |
Color Harmonies of #442A06
Complementary color
Monochromatic Colors of #442A06
Black with #442A06
Text Example
Text Example
White with #442A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A06; }
p { color: rgb(68,42,6); }
H1.HeaderClassName
{
color: #442A06;
}
.AnyTagClassName
{
color: #442A06;
}
</style>
background-color css
<style>
a { background-color: #442A06; }
a { background-color: rgb(68,42,6); }
div.DivClassName
{
background-color: #442A06;
}
.BgClassName
{
background-color: #442A06;
}
</style>
border-color css
<style>
span { border-color: #442A06; }
span { border-color: rgb(68,42,6); }
td.TdClassName
{
border-color: #442A06;
}
.TagClassName
{
border-color: #442A06;
}
</style>