Shades of Bistre #442B0D
Tints of Bistre #442B0D
RGB
CMYK
RGB Variations
Color information
#442B0D (or 0x442B0D) is known color: Bistre. HEX triplet: 44, 2B and 0D. RGB value is (68,43,13). Sum of RGB (Red+Green+Blue) = 68+43+13=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #442B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B0D is #BBD4F2. Grayscale: #2F2F2F. Windows color (decimal): -12309747 or 863044. OLE color: 863044.
HSL color Cylindrical-coordinate representation of color #442B0D: hue angle of 32.73º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442B0D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 13 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.73 |
| HSL | 32.73º | 0.68% | 0.16% | - |
| HSV(B) | 32.73º | 0.81% | 0.27% | - |
| XYZ | 3.32 | 2.99 | 0.78 | - |
| YUV | 47.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 13 | 0 | 0.37 | 0.81 | 0.73 | 32.73 | 0.68 | 0.16 |
| Hex | 44 | 2B | D | 0 | 25 | 51 | 49 | 21 | 44 | 10 |
| Octal | 104 | 53 | 15 | 0 | 45 | 121 | 111 | 41 | 104 | 20 |
| Binary | 1000100 | 101011 | 1101 | 0 | 100101 | 1010001 | 1001001 | 100001 | 1000100 | 10000 |
Color Harmonies of #442B0D
Complementary color
Monochromatic Colors of #442B0D
Black with #442B0D
Text Example
Text Example
White with #442B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B0D; }
p { color: rgb(68,43,13); }
H1.HeaderClassName
{
color: #442B0D;
}
.AnyTagClassName
{
color: #442B0D;
}
</style>
background-color css
<style>
a { background-color: #442B0D; }
a { background-color: rgb(68,43,13); }
div.DivClassName
{
background-color: #442B0D;
}
.BgClassName
{
background-color: #442B0D;
}
</style>
border-color css
<style>
span { border-color: #442B0D; }
span { border-color: rgb(68,43,13); }
td.TdClassName
{
border-color: #442B0D;
}
.TagClassName
{
border-color: #442B0D;
}
</style>