Shades of Morocco Brown #442E24
Tints of Morocco Brown #442E24
RGB
CMYK
RGB Variations
Color information
#442E24 (or 0x442E24) is known color: Morocco Brown. HEX triplet: 44, 2E and 24. RGB value is (68,46,36). Sum of RGB (Red+Green+Blue) = 68+46+36=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E24 is #BBD1DB. Grayscale: #333333. Windows color (decimal): -12308956 or 2371140. OLE color: 2371140.
HSL color Cylindrical-coordinate representation of color #442E24: hue angle of 18.75º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442E24 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 36 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.73 |
| HSL | 18.75º | 0.31% | 0.2% | - |
| HSV(B) | 18.75º | 0.47% | 0.27% | - |
| XYZ | 3.68 | 3.31 | 2.11 | - |
| YUV | 51.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 36 | 0 | 0.32 | 0.47 | 0.73 | 18.75 | 0.31 | 0.2 |
| Hex | 44 | 2E | 24 | 0 | 20 | 2F | 49 | 13 | 1F | 14 |
| Octal | 104 | 56 | 44 | 0 | 40 | 57 | 111 | 23 | 37 | 24 |
| Binary | 1000100 | 101110 | 100100 | 0 | 100000 | 101111 | 1001001 | 10011 | 11111 | 10100 |
Color Harmonies of #442E24
Complementary color
Monochromatic Colors of #442E24
Black with #442E24
Text Example
Text Example
White with #442E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E24; }
p { color: rgb(68,46,36); }
H1.HeaderClassName
{
color: #442E24;
}
.AnyTagClassName
{
color: #442E24;
}
</style>
background-color css
<style>
a { background-color: #442E24; }
a { background-color: rgb(68,46,36); }
div.DivClassName
{
background-color: #442E24;
}
.BgClassName
{
background-color: #442E24;
}
</style>
border-color css
<style>
span { border-color: #442E24; }
span { border-color: rgb(68,46,36); }
td.TdClassName
{
border-color: #442E24;
}
.TagClassName
{
border-color: #442E24;
}
</style>