Shades of Morocco Brown #442A1D
Tints of Morocco Brown #442A1D
RGB
CMYK
RGB Variations
Color information
#442A1D (or 0x442A1D) is known color: Morocco Brown. HEX triplet: 44, 2A and 1D. RGB value is (68,42,29). Sum of RGB (Red+Green+Blue) = 68+42+29=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A1D is #BBD5E2. Grayscale: #303030. Windows color (decimal): -12309987 or 1911364. OLE color: 1911364.
HSL color Cylindrical-coordinate representation of color #442A1D: hue angle of 20º 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 #442A1D is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 29 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.73 |
| HSL | 20º | 0.4% | 0.19% | - |
| HSV(B) | 20º | 0.57% | 0.27% | - |
| XYZ | 3.43 | 2.97 | 1.56 | - |
| YUV | 48.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 29 | 0 | 0.38 | 0.57 | 0.73 | 20 | 0.4 | 0.19 |
| Hex | 44 | 2A | 1D | 0 | 26 | 39 | 49 | 14 | 28 | 13 |
| Octal | 104 | 52 | 35 | 0 | 46 | 71 | 111 | 24 | 50 | 23 |
| Binary | 1000100 | 101010 | 11101 | 0 | 100110 | 111001 | 1001001 | 10100 | 101000 | 10011 |
Color Harmonies of #442A1D
Complementary color
Monochromatic Colors of #442A1D
Black with #442A1D
Text Example
Text Example
White with #442A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A1D; }
p { color: rgb(68,42,29); }
H1.HeaderClassName
{
color: #442A1D;
}
.AnyTagClassName
{
color: #442A1D;
}
</style>
background-color css
<style>
a { background-color: #442A1D; }
a { background-color: rgb(68,42,29); }
div.DivClassName
{
background-color: #442A1D;
}
.BgClassName
{
background-color: #442A1D;
}
</style>
border-color css
<style>
span { border-color: #442A1D; }
span { border-color: rgb(68,42,29); }
td.TdClassName
{
border-color: #442A1D;
}
.TagClassName
{
border-color: #442A1D;
}
</style>