Shades of Bistre #442A17
Tints of Bistre #442A17
RGB
CMYK
RGB Variations
Color information
#442A17 (or 0x442A17) is known color: Bistre. HEX triplet: 44, 2A and 17. RGB value is (68,42,23). Sum of RGB (Red+Green+Blue) = 68+42+23=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #442A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A17 is #BBD5E8. Grayscale: #2F2F2F. Windows color (decimal): -12309993 or 1518148. OLE color: 1518148.
HSL color Cylindrical-coordinate representation of color #442A17: hue angle of 25.33º 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 #442A17 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 23 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.73 |
| HSL | 25.33º | 0.49% | 0.18% | - |
| HSV(B) | 25.33º | 0.66% | 0.27% | - |
| XYZ | 3.37 | 2.95 | 1.2 | - |
| YUV | 47.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 23 | 0 | 0.38 | 0.66 | 0.73 | 25.33 | 0.49 | 0.18 |
| Hex | 44 | 2A | 17 | 0 | 26 | 42 | 49 | 19 | 31 | 12 |
| Octal | 104 | 52 | 27 | 0 | 46 | 102 | 111 | 31 | 61 | 22 |
| Binary | 1000100 | 101010 | 10111 | 0 | 100110 | 1000010 | 1001001 | 11001 | 110001 | 10010 |
Color Harmonies of #442A17
Complementary color
Monochromatic Colors of #442A17
Black with #442A17
Text Example
Text Example
White with #442A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A17; }
p { color: rgb(68,42,23); }
H1.HeaderClassName
{
color: #442A17;
}
.AnyTagClassName
{
color: #442A17;
}
</style>
background-color css
<style>
a { background-color: #442A17; }
a { background-color: rgb(68,42,23); }
div.DivClassName
{
background-color: #442A17;
}
.BgClassName
{
background-color: #442A17;
}
</style>
border-color css
<style>
span { border-color: #442A17; }
span { border-color: rgb(68,42,23); }
td.TdClassName
{
border-color: #442A17;
}
.TagClassName
{
border-color: #442A17;
}
</style>