Shades of Bistre #44260F
Tints of Bistre #44260F
RGB
CMYK
RGB Variations
Color information
#44260F (or 0x44260F) is known color: Bistre. HEX triplet: 44, 26 and 0F. RGB value is (68,38,15). Sum of RGB (Red+Green+Blue) = 68+38+15=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44260F is #BBD9F0. Grayscale: #2C2C2C. Windows color (decimal): -12311025 or 992836. OLE color: 992836.
HSL color Cylindrical-coordinate representation of color #44260F: hue angle of 26.04º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44260F is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 38 | 15 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.73 |
| HSL | 26.04º | 0.64% | 0.16% | - |
| HSV(B) | 26.04º | 0.78% | 0.27% | - |
| XYZ | 3.16 | 2.65 | 0.8 | - |
| YUV | 44.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 15 | 0 | 0.44 | 0.78 | 0.73 | 26.04 | 0.64 | 0.16 |
| Hex | 44 | 26 | F | 0 | 2C | 4E | 49 | 1A | 40 | 10 |
| Octal | 104 | 46 | 17 | 0 | 54 | 116 | 111 | 32 | 100 | 20 |
| Binary | 1000100 | 100110 | 1111 | 0 | 101100 | 1001110 | 1001001 | 11010 | 1000000 | 10000 |
Color Harmonies of #44260F
Complementary color
Monochromatic Colors of #44260F
Black with #44260F
Text Example
Text Example
White with #44260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44260F; }
p { color: rgb(68,38,15); }
H1.HeaderClassName
{
color: #44260F;
}
.AnyTagClassName
{
color: #44260F;
}
</style>
background-color css
<style>
a { background-color: #44260F; }
a { background-color: rgb(68,38,15); }
div.DivClassName
{
background-color: #44260F;
}
.BgClassName
{
background-color: #44260F;
}
</style>
border-color css
<style>
span { border-color: #44260F; }
span { border-color: rgb(68,38,15); }
td.TdClassName
{
border-color: #44260F;
}
.TagClassName
{
border-color: #44260F;
}
</style>