Shades of Morocco Brown #442E21
Tints of Morocco Brown #442E21
RGB
CMYK
RGB Variations
Color information
#442E21 (or 0x442E21) is known color: Morocco Brown. HEX triplet: 44, 2E and 21. RGB value is (68,46,33). Sum of RGB (Red+Green+Blue) = 68+46+33=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #442E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E21 is #BBD1DE. Grayscale: #333333. Windows color (decimal): -12308959 or 2174532. OLE color: 2174532.
HSL color Cylindrical-coordinate representation of color #442E21: hue angle of 22.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442E21 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 33 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.73 |
| HSL | 22.29º | 0.35% | 0.2% | - |
| HSV(B) | 22.29º | 0.51% | 0.27% | - |
| XYZ | 3.64 | 3.29 | 1.88 | - |
| YUV | 51.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 33 | 0 | 0.32 | 0.51 | 0.73 | 22.29 | 0.35 | 0.2 |
| Hex | 44 | 2E | 21 | 0 | 20 | 33 | 49 | 16 | 23 | 14 |
| Octal | 104 | 56 | 41 | 0 | 40 | 63 | 111 | 26 | 43 | 24 |
| Binary | 1000100 | 101110 | 100001 | 0 | 100000 | 110011 | 1001001 | 10110 | 100011 | 10100 |
Color Harmonies of #442E21
Complementary color
Monochromatic Colors of #442E21
Black with #442E21
Text Example
Text Example
White with #442E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E21; }
p { color: rgb(68,46,33); }
H1.HeaderClassName
{
color: #442E21;
}
.AnyTagClassName
{
color: #442E21;
}
</style>
background-color css
<style>
a { background-color: #442E21; }
a { background-color: rgb(68,46,33); }
div.DivClassName
{
background-color: #442E21;
}
.BgClassName
{
background-color: #442E21;
}
</style>
border-color css
<style>
span { border-color: #442E21; }
span { border-color: rgb(68,46,33); }
td.TdClassName
{
border-color: #442E21;
}
.TagClassName
{
border-color: #442E21;
}
</style>