Shades of Bistre #442A11
Tints of Bistre #442A11
RGB
CMYK
RGB Variations
Color information
#442A11 (or 0x442A11) is known color: Bistre. HEX triplet: 44, 2A and 11. RGB value is (68,42,17). Sum of RGB (Red+Green+Blue) = 68+42+17=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A11 is #BBD5EE. Grayscale: #2F2F2F. Windows color (decimal): -12309999 or 1124932. OLE color: 1124932.
HSL color Cylindrical-coordinate representation of color #442A11: hue angle of 29.41º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442A11 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 17 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.73 |
| HSL | 29.41º | 0.6% | 0.17% | - |
| HSV(B) | 29.41º | 0.75% | 0.27% | - |
| XYZ | 3.31 | 2.93 | 0.92 | - |
| YUV | 46.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 17 | 0 | 0.38 | 0.75 | 0.73 | 29.41 | 0.6 | 0.17 |
| Hex | 44 | 2A | 11 | 0 | 26 | 4B | 49 | 1D | 3C | 11 |
| Octal | 104 | 52 | 21 | 0 | 46 | 113 | 111 | 35 | 74 | 21 |
| Binary | 1000100 | 101010 | 10001 | 0 | 100110 | 1001011 | 1001001 | 11101 | 111100 | 10001 |
Color Harmonies of #442A11
Complementary color
Monochromatic Colors of #442A11
Black with #442A11
Text Example
Text Example
White with #442A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A11; }
p { color: rgb(68,42,17); }
H1.HeaderClassName
{
color: #442A11;
}
.AnyTagClassName
{
color: #442A11;
}
</style>
background-color css
<style>
a { background-color: #442A11; }
a { background-color: rgb(68,42,17); }
div.DivClassName
{
background-color: #442A11;
}
.BgClassName
{
background-color: #442A11;
}
</style>
border-color css
<style>
span { border-color: #442A11; }
span { border-color: rgb(68,42,17); }
td.TdClassName
{
border-color: #442A11;
}
.TagClassName
{
border-color: #442A11;
}
</style>