Shades of Morocco Brown #442B24
Tints of Morocco Brown #442B24
RGB
CMYK
RGB Variations
Color information
#442B24 (or 0x442B24) is known color: Morocco Brown. HEX triplet: 44, 2B and 24. RGB value is (68,43,36). Sum of RGB (Red+Green+Blue) = 68+43+36=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #442B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B24 is #BBD4DB. Grayscale: #313131. Windows color (decimal): -12309724 or 2370372. OLE color: 2370372.
HSL color Cylindrical-coordinate representation of color #442B24: hue angle of 13.12º 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 #442B24 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 36 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.73 |
| HSL | 13.13º | 0.31% | 0.2% | - |
| HSV(B) | 13.13º | 0.47% | 0.27% | - |
| XYZ | 3.57 | 3.08 | 2.08 | - |
| YUV | 49.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 36 | 0 | 0.37 | 0.47 | 0.73 | 13.13 | 0.31 | 0.2 |
| Hex | 44 | 2B | 24 | 0 | 25 | 2F | 49 | D | 1F | 14 |
| Octal | 104 | 53 | 44 | 0 | 45 | 57 | 111 | 15 | 37 | 24 |
| Binary | 1000100 | 101011 | 100100 | 0 | 100101 | 101111 | 1001001 | 1101 | 11111 | 10100 |
Color Harmonies of #442B24
Complementary color
Monochromatic Colors of #442B24
Black with #442B24
Text Example
Text Example
White with #442B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B24; }
p { color: rgb(68,43,36); }
H1.HeaderClassName
{
color: #442B24;
}
.AnyTagClassName
{
color: #442B24;
}
</style>
background-color css
<style>
a { background-color: #442B24; }
a { background-color: rgb(68,43,36); }
div.DivClassName
{
background-color: #442B24;
}
.BgClassName
{
background-color: #442B24;
}
</style>
border-color css
<style>
span { border-color: #442B24; }
span { border-color: rgb(68,43,36); }
td.TdClassName
{
border-color: #442B24;
}
.TagClassName
{
border-color: #442B24;
}
</style>