Shades of Bistre #442A15
Tints of Bistre #442A15
RGB
CMYK
RGB Variations
Color information
#442A15 (or 0x442A15) is known color: Bistre. HEX triplet: 44, 2A and 15. RGB value is (68,42,21). Sum of RGB (Red+Green+Blue) = 68+42+21=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A15 is #BBD5EA. Grayscale: #2F2F2F. Windows color (decimal): -12309995 or 1387076. OLE color: 1387076.
HSL color Cylindrical-coordinate representation of color #442A15: hue angle of 26.81º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442A15 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 21 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.73 |
| HSL | 26.81º | 0.53% | 0.17% | - |
| HSV(B) | 26.81º | 0.69% | 0.27% | - |
| XYZ | 3.35 | 2.94 | 1.1 | - |
| YUV | 47.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 21 | 0 | 0.38 | 0.69 | 0.73 | 26.81 | 0.53 | 0.17 |
| Hex | 44 | 2A | 15 | 0 | 26 | 45 | 49 | 1B | 35 | 11 |
| Octal | 104 | 52 | 25 | 0 | 46 | 105 | 111 | 33 | 65 | 21 |
| Binary | 1000100 | 101010 | 10101 | 0 | 100110 | 1000101 | 1001001 | 11011 | 110101 | 10001 |
Color Harmonies of #442A15
Complementary color
Monochromatic Colors of #442A15
Black with #442A15
Text Example
Text Example
White with #442A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A15; }
p { color: rgb(68,42,21); }
H1.HeaderClassName
{
color: #442A15;
}
.AnyTagClassName
{
color: #442A15;
}
</style>
background-color css
<style>
a { background-color: #442A15; }
a { background-color: rgb(68,42,21); }
div.DivClassName
{
background-color: #442A15;
}
.BgClassName
{
background-color: #442A15;
}
</style>
border-color css
<style>
span { border-color: #442A15; }
span { border-color: rgb(68,42,21); }
td.TdClassName
{
border-color: #442A15;
}
.TagClassName
{
border-color: #442A15;
}
</style>