Shades of Morocco Brown #442A1E
Tints of Morocco Brown #442A1E
RGB
CMYK
RGB Variations
Color information
#442A1E (or 0x442A1E) is known color: Morocco Brown. HEX triplet: 44, 2A and 1E. RGB value is (68,42,30). Sum of RGB (Red+Green+Blue) = 68+42+30=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A1E is #BBD5E1. Grayscale: #303030. Windows color (decimal): -12309986 or 1976900. OLE color: 1976900.
HSL color Cylindrical-coordinate representation of color #442A1E: hue angle of 18.95º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442A1E is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 30 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.73 |
| HSL | 18.95º | 0.39% | 0.19% | - |
| HSV(B) | 18.95º | 0.56% | 0.27% | - |
| XYZ | 3.45 | 2.98 | 1.62 | - |
| YUV | 48.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 30 | 0 | 0.38 | 0.56 | 0.73 | 18.95 | 0.39 | 0.19 |
| Hex | 44 | 2A | 1E | 0 | 26 | 38 | 49 | 13 | 27 | 13 |
| Octal | 104 | 52 | 36 | 0 | 46 | 70 | 111 | 23 | 47 | 23 |
| Binary | 1000100 | 101010 | 11110 | 0 | 100110 | 111000 | 1001001 | 10011 | 100111 | 10011 |
Color Harmonies of #442A1E
Complementary color
Monochromatic Colors of #442A1E
Black with #442A1E
Text Example
Text Example
White with #442A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A1E; }
p { color: rgb(68,42,30); }
H1.HeaderClassName
{
color: #442A1E;
}
.AnyTagClassName
{
color: #442A1E;
}
</style>
background-color css
<style>
a { background-color: #442A1E; }
a { background-color: rgb(68,42,30); }
div.DivClassName
{
background-color: #442A1E;
}
.BgClassName
{
background-color: #442A1E;
}
</style>
border-color css
<style>
span { border-color: #442A1E; }
span { border-color: rgb(68,42,30); }
td.TdClassName
{
border-color: #442A1E;
}
.TagClassName
{
border-color: #442A1E;
}
</style>