Shades of Bistre #442E17
Tints of Bistre #442E17
RGB
CMYK
RGB Variations
Color information
#442E17 (or 0x442E17) is known color: Bistre. HEX triplet: 44, 2E and 17. RGB value is (68,46,23). Sum of RGB (Red+Green+Blue) = 68+46+23=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442E17 is #BBD1E8. Grayscale: #323232. Windows color (decimal): -12308969 or 1519172. OLE color: 1519172.
HSL color Cylindrical-coordinate representation of color #442E17: hue angle of 30.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442E17 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 23 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.73 |
| HSL | 30.67º | 0.49% | 0.18% | - |
| HSV(B) | 30.67º | 0.66% | 0.27% | - |
| XYZ | 3.52 | 3.24 | 1.25 | - |
| YUV | 49.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 23 | 0 | 0.32 | 0.66 | 0.73 | 30.67 | 0.49 | 0.18 |
| Hex | 44 | 2E | 17 | 0 | 20 | 42 | 49 | 1F | 31 | 12 |
| Octal | 104 | 56 | 27 | 0 | 40 | 102 | 111 | 37 | 61 | 22 |
| Binary | 1000100 | 101110 | 10111 | 0 | 100000 | 1000010 | 1001001 | 11111 | 110001 | 10010 |
Color Harmonies of #442E17
Complementary color
Monochromatic Colors of #442E17
Black with #442E17
Text Example
Text Example
White with #442E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E17; }
p { color: rgb(68,46,23); }
H1.HeaderClassName
{
color: #442E17;
}
.AnyTagClassName
{
color: #442E17;
}
</style>
background-color css
<style>
a { background-color: #442E17; }
a { background-color: rgb(68,46,23); }
div.DivClassName
{
background-color: #442E17;
}
.BgClassName
{
background-color: #442E17;
}
</style>
border-color css
<style>
span { border-color: #442E17; }
span { border-color: rgb(68,46,23); }
td.TdClassName
{
border-color: #442E17;
}
.TagClassName
{
border-color: #442E17;
}
</style>