Shades of Morocco Brown #44281B
Tints of Morocco Brown #44281B
RGB
CMYK
RGB Variations
Color information
#44281B (or 0x44281B) is known color: Morocco Brown. HEX triplet: 44, 28 and 1B. RGB value is (68,40,27). Sum of RGB (Red+Green+Blue) = 68+40+27=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44281B is #BBD7E4. Grayscale: #2E2E2E. Windows color (decimal): -12310501 or 1779780. OLE color: 1779780.
HSL color Cylindrical-coordinate representation of color #44281B: hue angle of 19.02º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44281B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 40 | 27 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.73 |
| HSL | 19.02º | 0.43% | 0.19% | - |
| HSV(B) | 19.02º | 0.6% | 0.27% | - |
| XYZ | 3.34 | 2.83 | 1.41 | - |
| YUV | 46.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 27 | 0 | 0.41 | 0.60 | 0.73 | 19.02 | 0.43 | 0.19 |
| Hex | 44 | 28 | 1B | 0 | 29 | 3C | 49 | 13 | 2B | 13 |
| Octal | 104 | 50 | 33 | 0 | 51 | 74 | 111 | 23 | 53 | 23 |
| Binary | 1000100 | 101000 | 11011 | 0 | 101001 | 111100 | 1001001 | 10011 | 101011 | 10011 |
Color Harmonies of #44281B
Complementary color
Monochromatic Colors of #44281B
Black with #44281B
Text Example
Text Example
White with #44281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44281B; }
p { color: rgb(68,40,27); }
H1.HeaderClassName
{
color: #44281B;
}
.AnyTagClassName
{
color: #44281B;
}
</style>
background-color css
<style>
a { background-color: #44281B; }
a { background-color: rgb(68,40,27); }
div.DivClassName
{
background-color: #44281B;
}
.BgClassName
{
background-color: #44281B;
}
</style>
border-color css
<style>
span { border-color: #44281B; }
span { border-color: rgb(68,40,27); }
td.TdClassName
{
border-color: #44281B;
}
.TagClassName
{
border-color: #44281B;
}
</style>