Shades of Bistre #442C0B
Tints of Bistre #442C0B
RGB
CMYK
RGB Variations
Color information
#442C0B (or 0x442C0B) is known color: Bistre. HEX triplet: 44, 2C and 0B. RGB value is (68,44,11). Sum of RGB (Red+Green+Blue) = 68+44+11=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C0B is #BBD3F4. Grayscale: #2F2F2F. Windows color (decimal): -12309493 or 732228. OLE color: 732228.
HSL color Cylindrical-coordinate representation of color #442C0B: hue angle of 34.74º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #442C0B is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 11 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.73 |
| HSL | 34.74º | 0.72% | 0.15% | - |
| HSV(B) | 34.74º | 0.84% | 0.27% | - |
| XYZ | 3.34 | 3.05 | 0.73 | - |
| YUV | 47.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 11 | 0 | 0.35 | 0.84 | 0.73 | 34.74 | 0.72 | 0.15 |
| Hex | 44 | 2C | B | 0 | 23 | 54 | 49 | 23 | 48 | F |
| Octal | 104 | 54 | 13 | 0 | 43 | 124 | 111 | 43 | 110 | 17 |
| Binary | 1000100 | 101100 | 1011 | 0 | 100011 | 1010100 | 1001001 | 100011 | 1001000 | 1111 |
Color Harmonies of #442C0B
Complementary color
Monochromatic Colors of #442C0B
Black with #442C0B
Text Example
Text Example
White with #442C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C0B; }
p { color: rgb(68,44,11); }
H1.HeaderClassName
{
color: #442C0B;
}
.AnyTagClassName
{
color: #442C0B;
}
</style>
background-color css
<style>
a { background-color: #442C0B; }
a { background-color: rgb(68,44,11); }
div.DivClassName
{
background-color: #442C0B;
}
.BgClassName
{
background-color: #442C0B;
}
</style>
border-color css
<style>
span { border-color: #442C0B; }
span { border-color: rgb(68,44,11); }
td.TdClassName
{
border-color: #442C0B;
}
.TagClassName
{
border-color: #442C0B;
}
</style>