Shades of Morocco Brown #442C23
Tints of Morocco Brown #442C23
RGB
CMYK
RGB Variations
Color information
#442C23 (or 0x442C23) is known color: Morocco Brown. HEX triplet: 44, 2C and 23. RGB value is (68,44,35). Sum of RGB (Red+Green+Blue) = 68+44+35=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #442C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C23 is #BBD3DC. Grayscale: #323232. Windows color (decimal): -12309469 or 2305092. OLE color: 2305092.
HSL color Cylindrical-coordinate representation of color #442C23: hue angle of 16.36º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442C23 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 35 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.73 |
| HSL | 16.36º | 0.32% | 0.2% | - |
| HSV(B) | 16.36º | 0.49% | 0.27% | - |
| XYZ | 3.59 | 3.15 | 2.01 | - |
| YUV | 50.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 35 | 0 | 0.35 | 0.49 | 0.73 | 16.36 | 0.32 | 0.2 |
| Hex | 44 | 2C | 23 | 0 | 23 | 31 | 49 | 10 | 20 | 14 |
| Octal | 104 | 54 | 43 | 0 | 43 | 61 | 111 | 20 | 40 | 24 |
| Binary | 1000100 | 101100 | 100011 | 0 | 100011 | 110001 | 1001001 | 10000 | 100000 | 10100 |
Color Harmonies of #442C23
Complementary color
Monochromatic Colors of #442C23
Black with #442C23
Text Example
Text Example
White with #442C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C23; }
p { color: rgb(68,44,35); }
H1.HeaderClassName
{
color: #442C23;
}
.AnyTagClassName
{
color: #442C23;
}
</style>
background-color css
<style>
a { background-color: #442C23; }
a { background-color: rgb(68,44,35); }
div.DivClassName
{
background-color: #442C23;
}
.BgClassName
{
background-color: #442C23;
}
</style>
border-color css
<style>
span { border-color: #442C23; }
span { border-color: rgb(68,44,35); }
td.TdClassName
{
border-color: #442C23;
}
.TagClassName
{
border-color: #442C23;
}
</style>