Shades of Bistre #442813
Tints of Bistre #442813
RGB
CMYK
RGB Variations
Color information
#442813 (or 0x442813) is known color: Bistre. HEX triplet: 44, 28 and 13. RGB value is (68,40,19). Sum of RGB (Red+Green+Blue) = 68+40+19=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442813 is #BBD7EC. Grayscale: #2E2E2E. Windows color (decimal): -12310509 or 1255492. OLE color: 1255492.
HSL color Cylindrical-coordinate representation of color #442813: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442813 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 40 | 19 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.73 |
| HSL | 25.71º | 0.56% | 0.17% | - |
| HSV(B) | 25.71º | 0.72% | 0.27% | - |
| XYZ | 3.26 | 2.79 | 0.98 | - |
| YUV | 45.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 19 | 0 | 0.41 | 0.72 | 0.73 | 25.71 | 0.56 | 0.17 |
| Hex | 44 | 28 | 13 | 0 | 29 | 48 | 49 | 1A | 38 | 11 |
| Octal | 104 | 50 | 23 | 0 | 51 | 110 | 111 | 32 | 70 | 21 |
| Binary | 1000100 | 101000 | 10011 | 0 | 101001 | 1001000 | 1001001 | 11010 | 111000 | 10001 |
Color Harmonies of #442813
Complementary color
Monochromatic Colors of #442813
Black with #442813
Text Example
Text Example
White with #442813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442813; }
p { color: rgb(68,40,19); }
H1.HeaderClassName
{
color: #442813;
}
.AnyTagClassName
{
color: #442813;
}
</style>
background-color css
<style>
a { background-color: #442813; }
a { background-color: rgb(68,40,19); }
div.DivClassName
{
background-color: #442813;
}
.BgClassName
{
background-color: #442813;
}
</style>
border-color css
<style>
span { border-color: #442813; }
span { border-color: rgb(68,40,19); }
td.TdClassName
{
border-color: #442813;
}
.TagClassName
{
border-color: #442813;
}
</style>