Shades of Morocco Brown #442B1C
Tints of Morocco Brown #442B1C
RGB
CMYK
RGB Variations
Color information
#442B1C (or 0x442B1C) is known color: Morocco Brown. HEX triplet: 44, 2B and 1C. RGB value is (68,43,28). Sum of RGB (Red+Green+Blue) = 68+43+28=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B1C is #BBD4E3. Grayscale: #303030. Windows color (decimal): -12309732 or 1846084. OLE color: 1846084.
HSL color Cylindrical-coordinate representation of color #442B1C: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442B1C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 28 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.73 |
| HSL | 22.5º | 0.42% | 0.19% | - |
| HSV(B) | 22.5º | 0.59% | 0.27% | - |
| XYZ | 3.46 | 3.04 | 1.5 | - |
| YUV | 48.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 28 | 0 | 0.37 | 0.59 | 0.73 | 22.5 | 0.42 | 0.19 |
| Hex | 44 | 2B | 1C | 0 | 25 | 3B | 49 | 16 | 2A | 13 |
| Octal | 104 | 53 | 34 | 0 | 45 | 73 | 111 | 26 | 52 | 23 |
| Binary | 1000100 | 101011 | 11100 | 0 | 100101 | 111011 | 1001001 | 10110 | 101010 | 10011 |
Color Harmonies of #442B1C
Complementary color
Monochromatic Colors of #442B1C
Black with #442B1C
Text Example
Text Example
White with #442B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B1C; }
p { color: rgb(68,43,28); }
H1.HeaderClassName
{
color: #442B1C;
}
.AnyTagClassName
{
color: #442B1C;
}
</style>
background-color css
<style>
a { background-color: #442B1C; }
a { background-color: rgb(68,43,28); }
div.DivClassName
{
background-color: #442B1C;
}
.BgClassName
{
background-color: #442B1C;
}
</style>
border-color css
<style>
span { border-color: #442B1C; }
span { border-color: rgb(68,43,28); }
td.TdClassName
{
border-color: #442B1C;
}
.TagClassName
{
border-color: #442B1C;
}
</style>