Shades of Bistre #442F1D
Tints of Bistre #442F1D
RGB
CMYK
RGB Variations
Color information
#442F1D (or 0x442F1D) is known color: Bistre. HEX triplet: 44, 2F and 1D. RGB value is (68,47,29). Sum of RGB (Red+Green+Blue) = 68+47+29=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F1D is #BBD0E2. Grayscale: #333333. Windows color (decimal): -12308707 or 1912644. OLE color: 1912644.
HSL color Cylindrical-coordinate representation of color #442F1D: hue angle of 27.69º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442F1D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 29 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.73 |
| HSL | 27.69º | 0.4% | 0.19% | - |
| HSV(B) | 27.69º | 0.57% | 0.27% | - |
| XYZ | 3.62 | 3.35 | 1.62 | - |
| YUV | 51.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 29 | 0 | 0.31 | 0.57 | 0.73 | 27.69 | 0.4 | 0.19 |
| Hex | 44 | 2F | 1D | 0 | 1F | 39 | 49 | 1C | 28 | 13 |
| Octal | 104 | 57 | 35 | 0 | 37 | 71 | 111 | 34 | 50 | 23 |
| Binary | 1000100 | 101111 | 11101 | 0 | 11111 | 111001 | 1001001 | 11100 | 101000 | 10011 |
Color Harmonies of #442F1D
Complementary color
Monochromatic Colors of #442F1D
Black with #442F1D
Text Example
Text Example
White with #442F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F1D; }
p { color: rgb(68,47,29); }
H1.HeaderClassName
{
color: #442F1D;
}
.AnyTagClassName
{
color: #442F1D;
}
</style>
background-color css
<style>
a { background-color: #442F1D; }
a { background-color: rgb(68,47,29); }
div.DivClassName
{
background-color: #442F1D;
}
.BgClassName
{
background-color: #442F1D;
}
</style>
border-color css
<style>
span { border-color: #442F1D; }
span { border-color: rgb(68,47,29); }
td.TdClassName
{
border-color: #442F1D;
}
.TagClassName
{
border-color: #442F1D;
}
</style>