Shades of Morocco Brown #442C20
Tints of Morocco Brown #442C20
RGB
CMYK
RGB Variations
Color information
#442C20 (or 0x442C20) is known color: Morocco Brown. HEX triplet: 44, 2C and 20. RGB value is (68,44,32). Sum of RGB (Red+Green+Blue) = 68+44+32=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C20 is #BBD3DF. Grayscale: #313131. Windows color (decimal): -12309472 or 2108484. OLE color: 2108484.
HSL color Cylindrical-coordinate representation of color #442C20: hue angle of 20º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442C20 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 32 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.73 |
| HSL | 20º | 0.36% | 0.2% | - |
| HSV(B) | 20º | 0.53% | 0.27% | - |
| XYZ | 3.55 | 3.13 | 1.78 | - |
| YUV | 49.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 32 | 0 | 0.35 | 0.53 | 0.73 | 20 | 0.36 | 0.2 |
| Hex | 44 | 2C | 20 | 0 | 23 | 35 | 49 | 14 | 24 | 14 |
| Octal | 104 | 54 | 40 | 0 | 43 | 65 | 111 | 24 | 44 | 24 |
| Binary | 1000100 | 101100 | 100000 | 0 | 100011 | 110101 | 1001001 | 10100 | 100100 | 10100 |
Color Harmonies of #442C20
Complementary color
Monochromatic Colors of #442C20
Black with #442C20
Text Example
Text Example
White with #442C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C20; }
p { color: rgb(68,44,32); }
H1.HeaderClassName
{
color: #442C20;
}
.AnyTagClassName
{
color: #442C20;
}
</style>
background-color css
<style>
a { background-color: #442C20; }
a { background-color: rgb(68,44,32); }
div.DivClassName
{
background-color: #442C20;
}
.BgClassName
{
background-color: #442C20;
}
</style>
border-color css
<style>
span { border-color: #442C20; }
span { border-color: rgb(68,44,32); }
td.TdClassName
{
border-color: #442C20;
}
.TagClassName
{
border-color: #442C20;
}
</style>