Shades of Morocco Brown #44291D
Tints of Morocco Brown #44291D
RGB
CMYK
RGB Variations
Color information
#44291D (or 0x44291D) is known color: Morocco Brown. HEX triplet: 44, 29 and 1D. RGB value is (68,41,29). Sum of RGB (Red+Green+Blue) = 68+41+29=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44291D is #BBD6E2. Grayscale: #2F2F2F. Windows color (decimal): -12310243 or 1911108. OLE color: 1911108.
HSL color Cylindrical-coordinate representation of color #44291D: hue angle of 18.46º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44291D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 41 | 29 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.73 |
| HSL | 18.46º | 0.4% | 0.19% | - |
| HSV(B) | 18.46º | 0.57% | 0.27% | - |
| XYZ | 3.4 | 2.9 | 1.54 | - |
| YUV | 47.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 29 | 0 | 0.40 | 0.57 | 0.73 | 18.46 | 0.4 | 0.19 |
| Hex | 44 | 29 | 1D | 0 | 28 | 39 | 49 | 12 | 28 | 13 |
| Octal | 104 | 51 | 35 | 0 | 50 | 71 | 111 | 22 | 50 | 23 |
| Binary | 1000100 | 101001 | 11101 | 0 | 101000 | 111001 | 1001001 | 10010 | 101000 | 10011 |
Color Harmonies of #44291D
Complementary color
Monochromatic Colors of #44291D
Black with #44291D
Text Example
Text Example
White with #44291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44291D; }
p { color: rgb(68,41,29); }
H1.HeaderClassName
{
color: #44291D;
}
.AnyTagClassName
{
color: #44291D;
}
</style>
background-color css
<style>
a { background-color: #44291D; }
a { background-color: rgb(68,41,29); }
div.DivClassName
{
background-color: #44291D;
}
.BgClassName
{
background-color: #44291D;
}
</style>
border-color css
<style>
span { border-color: #44291D; }
span { border-color: rgb(68,41,29); }
td.TdClassName
{
border-color: #44291D;
}
.TagClassName
{
border-color: #44291D;
}
</style>