Shades of Bistre #44280C
Tints of Bistre #44280C
RGB
CMYK
RGB Variations
Color information
#44280C (or 0x44280C) is known color: Bistre. HEX triplet: 44, 28 and 0C. RGB value is (68,40,12). Sum of RGB (Red+Green+Blue) = 68+40+12=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #44280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44280C is #BBD7F3. Grayscale: #2D2D2D. Windows color (decimal): -12310516 or 796740. OLE color: 796740.
HSL color Cylindrical-coordinate representation of color #44280C: hue angle of 30º 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 #44280C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 40 | 12 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.73 |
| HSL | 30º | 0.7% | 0.16% | - |
| HSV(B) | 30º | 0.82% | 0.27% | - |
| XYZ | 3.21 | 2.77 | 0.71 | - |
| YUV | 45.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 12 | 0 | 0.41 | 0.82 | 0.73 | 30 | 0.7 | 0.16 |
| Hex | 44 | 28 | C | 0 | 29 | 52 | 49 | 1E | 46 | 10 |
| Octal | 104 | 50 | 14 | 0 | 51 | 122 | 111 | 36 | 106 | 20 |
| Binary | 1000100 | 101000 | 1100 | 0 | 101001 | 1010010 | 1001001 | 11110 | 1000110 | 10000 |
Color Harmonies of #44280C
Complementary color
Monochromatic Colors of #44280C
Black with #44280C
Text Example
Text Example
White with #44280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44280C; }
p { color: rgb(68,40,12); }
H1.HeaderClassName
{
color: #44280C;
}
.AnyTagClassName
{
color: #44280C;
}
</style>
background-color css
<style>
a { background-color: #44280C; }
a { background-color: rgb(68,40,12); }
div.DivClassName
{
background-color: #44280C;
}
.BgClassName
{
background-color: #44280C;
}
</style>
border-color css
<style>
span { border-color: #44280C; }
span { border-color: rgb(68,40,12); }
td.TdClassName
{
border-color: #44280C;
}
.TagClassName
{
border-color: #44280C;
}
</style>