Shades of Bistre #442503
Tints of Bistre #442503
RGB
CMYK
RGB Variations
Color information
#442503 (or 0x442503) is known color: Bistre. HEX triplet: 44, 25 and 03. RGB value is (68,37,3). Sum of RGB (Red+Green+Blue) = 68+37+3=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442503 is #BBDAFC. Grayscale: #2A2A2A. Windows color (decimal): -12311293 or 206148. OLE color: 206148.
HSL color Cylindrical-coordinate representation of color #442503: hue angle of 31.38º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #442503 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 37 | 3 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.73 |
| HSL | 31.38º | 0.92% | 0.14% | - |
| HSV(B) | 31.38º | 0.96% | 0.27% | - |
| XYZ | 3.06 | 2.56 | 0.42 | - |
| YUV | 42.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 3 | 0 | 0.46 | 0.96 | 0.73 | 31.38 | 0.92 | 0.14 |
| Hex | 44 | 25 | 3 | 0 | 2E | 60 | 49 | 1F | 5C | E |
| Octal | 104 | 45 | 3 | 0 | 56 | 140 | 111 | 37 | 134 | 16 |
| Binary | 1000100 | 100101 | 11 | 0 | 101110 | 1100000 | 1001001 | 11111 | 1011100 | 1110 |
Color Harmonies of #442503
Complementary color
Monochromatic Colors of #442503
Black with #442503
Text Example
Text Example
White with #442503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442503; }
p { color: rgb(68,37,3); }
H1.HeaderClassName
{
color: #442503;
}
.AnyTagClassName
{
color: #442503;
}
</style>
background-color css
<style>
a { background-color: #442503; }
a { background-color: rgb(68,37,3); }
div.DivClassName
{
background-color: #442503;
}
.BgClassName
{
background-color: #442503;
}
</style>
border-color css
<style>
span { border-color: #442503; }
span { border-color: rgb(68,37,3); }
td.TdClassName
{
border-color: #442503;
}
.TagClassName
{
border-color: #442503;
}
</style>