Shades of Bistre #44290C
Tints of Bistre #44290C
RGB
CMYK
RGB Variations
Color information
#44290C (or 0x44290C) is known color: Bistre. HEX triplet: 44, 29 and 0C. RGB value is (68,41,12). Sum of RGB (Red+Green+Blue) = 68+41+12=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44290C is #BBD6F3. Grayscale: #2D2D2D. Windows color (decimal): -12310260 or 796996. OLE color: 796996.
HSL color Cylindrical-coordinate representation of color #44290C: hue angle of 31.07º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44290C is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 41 | 12 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.73 |
| HSL | 31.07º | 0.7% | 0.16% | - |
| HSV(B) | 31.07º | 0.82% | 0.27% | - |
| XYZ | 3.24 | 2.84 | 0.73 | - |
| YUV | 45.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 12 | 0 | 0.40 | 0.82 | 0.73 | 31.07 | 0.7 | 0.16 |
| Hex | 44 | 29 | C | 0 | 28 | 52 | 49 | 1F | 46 | 10 |
| Octal | 104 | 51 | 14 | 0 | 50 | 122 | 111 | 37 | 106 | 20 |
| Binary | 1000100 | 101001 | 1100 | 0 | 101000 | 1010010 | 1001001 | 11111 | 1000110 | 10000 |
Color Harmonies of #44290C
Complementary color
Monochromatic Colors of #44290C
Black with #44290C
Text Example
Text Example
White with #44290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44290C; }
p { color: rgb(68,41,12); }
H1.HeaderClassName
{
color: #44290C;
}
.AnyTagClassName
{
color: #44290C;
}
</style>
background-color css
<style>
a { background-color: #44290C; }
a { background-color: rgb(68,41,12); }
div.DivClassName
{
background-color: #44290C;
}
.BgClassName
{
background-color: #44290C;
}
</style>
border-color css
<style>
span { border-color: #44290C; }
span { border-color: rgb(68,41,12); }
td.TdClassName
{
border-color: #44290C;
}
.TagClassName
{
border-color: #44290C;
}
</style>