Shades of Bistre #442601
Tints of Bistre #442601
RGB
CMYK
RGB Variations
Color information
#442601 (or 0x442601) is known color: Bistre. HEX triplet: 44, 26 and 01. RGB value is (68,38,1). Sum of RGB (Red+Green+Blue) = 68+38+1=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442601 is #BBD9FE. Grayscale: #2A2A2A. Windows color (decimal): -12311039 or 75332. OLE color: 75332.
HSL color Cylindrical-coordinate representation of color #442601: hue angle of 33.13º 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 #442601 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 38 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.73 |
| HSL | 33.13º | 0.97% | 0.14% | - |
| HSV(B) | 33.13º | 0.99% | 0.27% | - |
| XYZ | 3.08 | 2.62 | 0.37 | - |
| YUV | 42.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 1 | 0 | 0.44 | 0.99 | 0.73 | 33.13 | 0.97 | 0.14 |
| Hex | 44 | 26 | 1 | 0 | 2C | 63 | 49 | 21 | 61 | E |
| Octal | 104 | 46 | 1 | 0 | 54 | 143 | 111 | 41 | 141 | 16 |
| Binary | 1000100 | 100110 | 1 | 0 | 101100 | 1100011 | 1001001 | 100001 | 1100001 | 1110 |
Color Harmonies of #442601
Complementary color
Monochromatic Colors of #442601
Black with #442601
Text Example
Text Example
White with #442601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442601; }
p { color: rgb(68,38,1); }
H1.HeaderClassName
{
color: #442601;
}
.AnyTagClassName
{
color: #442601;
}
</style>
background-color css
<style>
a { background-color: #442601; }
a { background-color: rgb(68,38,1); }
div.DivClassName
{
background-color: #442601;
}
.BgClassName
{
background-color: #442601;
}
</style>
border-color css
<style>
span { border-color: #442601; }
span { border-color: rgb(68,38,1); }
td.TdClassName
{
border-color: #442601;
}
.TagClassName
{
border-color: #442601;
}
</style>