Shades of Bistre #442D13
Tints of Bistre #442D13
RGB
CMYK
RGB Variations
Color information
#442D13 (or 0x442D13) is known color: Bistre. HEX triplet: 44, 2D and 13. RGB value is (68,45,19). Sum of RGB (Red+Green+Blue) = 68+45+19=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D13 is #BBD2EC. Grayscale: #313131. Windows color (decimal): -12309229 or 1256772. OLE color: 1256772.
HSL color Cylindrical-coordinate representation of color #442D13: hue angle of 31.84º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442D13 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 45 | 19 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.73 |
| HSL | 31.84º | 0.56% | 0.17% | - |
| HSV(B) | 31.84º | 0.72% | 0.27% | - |
| XYZ | 3.44 | 3.15 | 1.04 | - |
| YUV | 48.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 19 | 0 | 0.34 | 0.72 | 0.73 | 31.84 | 0.56 | 0.17 |
| Hex | 44 | 2D | 13 | 0 | 22 | 48 | 49 | 20 | 38 | 11 |
| Octal | 104 | 55 | 23 | 0 | 42 | 110 | 111 | 40 | 70 | 21 |
| Binary | 1000100 | 101101 | 10011 | 0 | 100010 | 1001000 | 1001001 | 100000 | 111000 | 10001 |
Color Harmonies of #442D13
Complementary color
Monochromatic Colors of #442D13
Black with #442D13
Text Example
Text Example
White with #442D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D13; }
p { color: rgb(68,45,19); }
H1.HeaderClassName
{
color: #442D13;
}
.AnyTagClassName
{
color: #442D13;
}
</style>
background-color css
<style>
a { background-color: #442D13; }
a { background-color: rgb(68,45,19); }
div.DivClassName
{
background-color: #442D13;
}
.BgClassName
{
background-color: #442D13;
}
</style>
border-color css
<style>
span { border-color: #442D13; }
span { border-color: rgb(68,45,19); }
td.TdClassName
{
border-color: #442D13;
}
.TagClassName
{
border-color: #442D13;
}
</style>