Shades of Morocco Brown #442D26
Tints of Morocco Brown #442D26
RGB
CMYK
RGB Variations
Color information
#442D26 (or 0x442D26) is known color: Morocco Brown. HEX triplet: 44, 2D and 26. RGB value is (68,45,38). Sum of RGB (Red+Green+Blue) = 68+45+38=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #442D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D26 is #BBD2D9. Grayscale: #333333. Windows color (decimal): -12309210 or 2501956. OLE color: 2501956.
HSL color Cylindrical-coordinate representation of color #442D26: hue angle of 14º 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 #442D26 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 45 | 38 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.73 |
| HSL | 14º | 0.28% | 0.21% | - |
| HSV(B) | 14º | 0.44% | 0.27% | - |
| XYZ | 3.67 | 3.25 | 2.27 | - |
| YUV | 51.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 38 | 0 | 0.34 | 0.44 | 0.73 | 14 | 0.28 | 0.21 |
| Hex | 44 | 2D | 26 | 0 | 22 | 2C | 49 | E | 1C | 15 |
| Octal | 104 | 55 | 46 | 0 | 42 | 54 | 111 | 16 | 34 | 25 |
| Binary | 1000100 | 101101 | 100110 | 0 | 100010 | 101100 | 1001001 | 1110 | 11100 | 10101 |
Color Harmonies of #442D26
Complementary color
Monochromatic Colors of #442D26
Black with #442D26
Text Example
Text Example
White with #442D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D26; }
p { color: rgb(68,45,38); }
H1.HeaderClassName
{
color: #442D26;
}
.AnyTagClassName
{
color: #442D26;
}
</style>
background-color css
<style>
a { background-color: #442D26; }
a { background-color: rgb(68,45,38); }
div.DivClassName
{
background-color: #442D26;
}
.BgClassName
{
background-color: #442D26;
}
</style>
border-color css
<style>
span { border-color: #442D26; }
span { border-color: rgb(68,45,38); }
td.TdClassName
{
border-color: #442D26;
}
.TagClassName
{
border-color: #442D26;
}
</style>