Shades of Bistre #442F1E
Tints of Bistre #442F1E
RGB
CMYK
RGB Variations
Color information
#442F1E (or 0x442F1E) is known color: Bistre. HEX triplet: 44, 2F and 1E. RGB value is (68,47,30). Sum of RGB (Red+Green+Blue) = 68+47+30=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F1E is #BBD0E1. Grayscale: #333333. Windows color (decimal): -12308706 or 1978180. OLE color: 1978180.
HSL color Cylindrical-coordinate representation of color #442F1E: hue angle of 26.84º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442F1E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 30 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.73 |
| HSL | 26.84º | 0.39% | 0.19% | - |
| HSV(B) | 26.84º | 0.56% | 0.27% | - |
| XYZ | 3.63 | 3.36 | 1.68 | - |
| YUV | 51.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 30 | 0 | 0.31 | 0.56 | 0.73 | 26.84 | 0.39 | 0.19 |
| Hex | 44 | 2F | 1E | 0 | 1F | 38 | 49 | 1B | 27 | 13 |
| Octal | 104 | 57 | 36 | 0 | 37 | 70 | 111 | 33 | 47 | 23 |
| Binary | 1000100 | 101111 | 11110 | 0 | 11111 | 111000 | 1001001 | 11011 | 100111 | 10011 |
Color Harmonies of #442F1E
Complementary color
Monochromatic Colors of #442F1E
Black with #442F1E
Text Example
Text Example
White with #442F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F1E; }
p { color: rgb(68,47,30); }
H1.HeaderClassName
{
color: #442F1E;
}
.AnyTagClassName
{
color: #442F1E;
}
</style>
background-color css
<style>
a { background-color: #442F1E; }
a { background-color: rgb(68,47,30); }
div.DivClassName
{
background-color: #442F1E;
}
.BgClassName
{
background-color: #442F1E;
}
</style>
border-color css
<style>
span { border-color: #442F1E; }
span { border-color: rgb(68,47,30); }
td.TdClassName
{
border-color: #442F1E;
}
.TagClassName
{
border-color: #442F1E;
}
</style>