Shades of Bistre #442B07
Tints of Bistre #442B07
RGB
CMYK
RGB Variations
Color information
#442B07 (or 0x442B07) is known color: Bistre. HEX triplet: 44, 2B and 07. RGB value is (68,43,7). Sum of RGB (Red+Green+Blue) = 68+43+7=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B07 is #BBD4F8. Grayscale: #2E2E2E. Windows color (decimal): -12309753 or 469828. OLE color: 469828.
HSL color Cylindrical-coordinate representation of color #442B07: hue angle of 35.41º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442B07 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 7 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.73 |
| HSL | 35.41º | 0.81% | 0.15% | - |
| HSV(B) | 35.41º | 0.9% | 0.27% | - |
| XYZ | 3.29 | 2.97 | 0.6 | - |
| YUV | 46.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 7 | 0 | 0.37 | 0.90 | 0.73 | 35.41 | 0.81 | 0.15 |
| Hex | 44 | 2B | 7 | 0 | 25 | 5A | 49 | 23 | 51 | F |
| Octal | 104 | 53 | 7 | 0 | 45 | 132 | 111 | 43 | 121 | 17 |
| Binary | 1000100 | 101011 | 111 | 0 | 100101 | 1011010 | 1001001 | 100011 | 1010001 | 1111 |
Color Harmonies of #442B07
Complementary color
Monochromatic Colors of #442B07
Black with #442B07
Text Example
Text Example
White with #442B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B07; }
p { color: rgb(68,43,7); }
H1.HeaderClassName
{
color: #442B07;
}
.AnyTagClassName
{
color: #442B07;
}
</style>
background-color css
<style>
a { background-color: #442B07; }
a { background-color: rgb(68,43,7); }
div.DivClassName
{
background-color: #442B07;
}
.BgClassName
{
background-color: #442B07;
}
</style>
border-color css
<style>
span { border-color: #442B07; }
span { border-color: rgb(68,43,7); }
td.TdClassName
{
border-color: #442B07;
}
.TagClassName
{
border-color: #442B07;
}
</style>