Shades of Morocco Brown #442E26
Tints of Morocco Brown #442E26
RGB
CMYK
RGB Variations
Color information
#442E26 (or 0x442E26) is known color: Morocco Brown. HEX triplet: 44, 2E and 26. RGB value is (68,46,38). Sum of RGB (Red+Green+Blue) = 68+46+38=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #442E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E26 is #BBD1D9. Grayscale: #333333. Windows color (decimal): -12308954 or 2502212. OLE color: 2502212.
HSL color Cylindrical-coordinate representation of color #442E26: hue angle of 16º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442E26 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 38 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.73 |
| HSL | 16º | 0.28% | 0.21% | - |
| HSV(B) | 16º | 0.44% | 0.27% | - |
| XYZ | 3.71 | 3.32 | 2.28 | - |
| YUV | 51.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 38 | 0 | 0.32 | 0.44 | 0.73 | 16 | 0.28 | 0.21 |
| Hex | 44 | 2E | 26 | 0 | 20 | 2C | 49 | 10 | 1C | 15 |
| Octal | 104 | 56 | 46 | 0 | 40 | 54 | 111 | 20 | 34 | 25 |
| Binary | 1000100 | 101110 | 100110 | 0 | 100000 | 101100 | 1001001 | 10000 | 11100 | 10101 |
Color Harmonies of #442E26
Complementary color
Monochromatic Colors of #442E26
Black with #442E26
Text Example
Text Example
White with #442E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E26; }
p { color: rgb(68,46,38); }
H1.HeaderClassName
{
color: #442E26;
}
.AnyTagClassName
{
color: #442E26;
}
</style>
background-color css
<style>
a { background-color: #442E26; }
a { background-color: rgb(68,46,38); }
div.DivClassName
{
background-color: #442E26;
}
.BgClassName
{
background-color: #442E26;
}
</style>
border-color css
<style>
span { border-color: #442E26; }
span { border-color: rgb(68,46,38); }
td.TdClassName
{
border-color: #442E26;
}
.TagClassName
{
border-color: #442E26;
}
</style>