Shades of Bistre #442B12
Tints of Bistre #442B12
RGB
CMYK
RGB Variations
Color information
#442B12 (or 0x442B12) is known color: Bistre. HEX triplet: 44, 2B and 12. RGB value is (68,43,18). Sum of RGB (Red+Green+Blue) = 68+43+18=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #442B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B12 is #BBD4ED. Grayscale: #2F2F2F. Windows color (decimal): -12309742 or 1190724. OLE color: 1190724.
HSL color Cylindrical-coordinate representation of color #442B12: hue angle of 30º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442B12 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 18 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.73 |
| HSL | 30º | 0.58% | 0.17% | - |
| HSV(B) | 30º | 0.74% | 0.27% | - |
| XYZ | 3.36 | 3 | 0.97 | - |
| YUV | 47.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 18 | 0 | 0.37 | 0.74 | 0.73 | 30 | 0.58 | 0.17 |
| Hex | 44 | 2B | 12 | 0 | 25 | 4A | 49 | 1E | 3A | 11 |
| Octal | 104 | 53 | 22 | 0 | 45 | 112 | 111 | 36 | 72 | 21 |
| Binary | 1000100 | 101011 | 10010 | 0 | 100101 | 1001010 | 1001001 | 11110 | 111010 | 10001 |
Color Harmonies of #442B12
Complementary color
Monochromatic Colors of #442B12
Black with #442B12
Text Example
Text Example
White with #442B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B12; }
p { color: rgb(68,43,18); }
H1.HeaderClassName
{
color: #442B12;
}
.AnyTagClassName
{
color: #442B12;
}
</style>
background-color css
<style>
a { background-color: #442B12; }
a { background-color: rgb(68,43,18); }
div.DivClassName
{
background-color: #442B12;
}
.BgClassName
{
background-color: #442B12;
}
</style>
border-color css
<style>
span { border-color: #442B12; }
span { border-color: rgb(68,43,18); }
td.TdClassName
{
border-color: #442B12;
}
.TagClassName
{
border-color: #442B12;
}
</style>