Shades of Bistre #442901
Tints of Bistre #442901
RGB
CMYK
RGB Variations
Color information
#442901 (or 0x442901) is known color: Bistre. HEX triplet: 44, 29 and 01. RGB value is (68,41,1). Sum of RGB (Red+Green+Blue) = 68+41+1=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442901 is #BBD6FE. Grayscale: #2C2C2C. Windows color (decimal): -12310271 or 76100. OLE color: 76100.
HSL color Cylindrical-coordinate representation of color #442901: hue angle of 35.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #442901 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 41 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.73 |
| HSL | 35.82º | 0.97% | 0.14% | - |
| HSV(B) | 35.82º | 0.99% | 0.27% | - |
| XYZ | 3.18 | 2.82 | 0.4 | - |
| YUV | 44.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 1 | 0 | 0.40 | 0.99 | 0.73 | 35.82 | 0.97 | 0.14 |
| Hex | 44 | 29 | 1 | 0 | 28 | 63 | 49 | 24 | 61 | E |
| Octal | 104 | 51 | 1 | 0 | 50 | 143 | 111 | 44 | 141 | 16 |
| Binary | 1000100 | 101001 | 1 | 0 | 101000 | 1100011 | 1001001 | 100100 | 1100001 | 1110 |
Color Harmonies of #442901
Complementary color
Monochromatic Colors of #442901
Black with #442901
Text Example
Text Example
White with #442901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442901; }
p { color: rgb(68,41,1); }
H1.HeaderClassName
{
color: #442901;
}
.AnyTagClassName
{
color: #442901;
}
</style>
background-color css
<style>
a { background-color: #442901; }
a { background-color: rgb(68,41,1); }
div.DivClassName
{
background-color: #442901;
}
.BgClassName
{
background-color: #442901;
}
</style>
border-color css
<style>
span { border-color: #442901; }
span { border-color: rgb(68,41,1); }
td.TdClassName
{
border-color: #442901;
}
.TagClassName
{
border-color: #442901;
}
</style>