Shades of Morocco Brown #442A1C
Tints of Morocco Brown #442A1C
RGB
CMYK
RGB Variations
Color information
#442A1C (or 0x442A1C) is known color: Morocco Brown. HEX triplet: 44, 2A and 1C. RGB value is (68,42,28). Sum of RGB (Red+Green+Blue) = 68+42+28=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #442A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A1C is #BBD5E3. Grayscale: #303030. Windows color (decimal): -12309988 or 1845828. OLE color: 1845828.
HSL color Cylindrical-coordinate representation of color #442A1C: hue angle of 21º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442A1C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 28 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.73 |
| HSL | 21º | 0.42% | 0.19% | - |
| HSV(B) | 21º | 0.59% | 0.27% | - |
| XYZ | 3.42 | 2.97 | 1.49 | - |
| YUV | 48.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 28 | 0 | 0.38 | 0.59 | 0.73 | 21 | 0.42 | 0.19 |
| Hex | 44 | 2A | 1C | 0 | 26 | 3B | 49 | 15 | 2A | 13 |
| Octal | 104 | 52 | 34 | 0 | 46 | 73 | 111 | 25 | 52 | 23 |
| Binary | 1000100 | 101010 | 11100 | 0 | 100110 | 111011 | 1001001 | 10101 | 101010 | 10011 |
Color Harmonies of #442A1C
Complementary color
Monochromatic Colors of #442A1C
Black with #442A1C
Text Example
Text Example
White with #442A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A1C; }
p { color: rgb(68,42,28); }
H1.HeaderClassName
{
color: #442A1C;
}
.AnyTagClassName
{
color: #442A1C;
}
</style>
background-color css
<style>
a { background-color: #442A1C; }
a { background-color: rgb(68,42,28); }
div.DivClassName
{
background-color: #442A1C;
}
.BgClassName
{
background-color: #442A1C;
}
</style>
border-color css
<style>
span { border-color: #442A1C; }
span { border-color: rgb(68,42,28); }
td.TdClassName
{
border-color: #442A1C;
}
.TagClassName
{
border-color: #442A1C;
}
</style>