Shades of Morocco Brown #402E24
Tints of Morocco Brown #402E24
RGB
CMYK
RGB Variations
Color information
#402E24 (or 0x402E24) is known color: Morocco Brown. HEX triplet: 40, 2E and 24. RGB value is (64,46,36). Sum of RGB (Red+Green+Blue) = 64+46+36=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #402E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E24 is #BFD1DB. Grayscale: #323232. Windows color (decimal): -12571100 or 2371136. OLE color: 2371136.
HSL color Cylindrical-coordinate representation of color #402E24: hue angle of 21.43º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402E24 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 36 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.75 |
| HSL | 21.43º | 0.28% | 0.2% | - |
| HSV(B) | 21.43º | 0.44% | 0.25% | - |
| XYZ | 3.41 | 3.17 | 2.1 | - |
| YUV | 50.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 36 | 0 | 0.28 | 0.44 | 0.75 | 21.43 | 0.28 | 0.2 |
| Hex | 40 | 2E | 24 | 0 | 1C | 2C | 4B | 15 | 1C | 14 |
| Octal | 100 | 56 | 44 | 0 | 34 | 54 | 113 | 25 | 34 | 24 |
| Binary | 1000000 | 101110 | 100100 | 0 | 11100 | 101100 | 1001011 | 10101 | 11100 | 10100 |
Color Harmonies of #402E24
Complementary color
Monochromatic Colors of #402E24
Black with #402E24
Text Example
Text Example
White with #402E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E24; }
p { color: rgb(64,46,36); }
H1.HeaderClassName
{
color: #402E24;
}
.AnyTagClassName
{
color: #402E24;
}
</style>
background-color css
<style>
a { background-color: #402E24; }
a { background-color: rgb(64,46,36); }
div.DivClassName
{
background-color: #402E24;
}
.BgClassName
{
background-color: #402E24;
}
</style>
border-color css
<style>
span { border-color: #402E24; }
span { border-color: rgb(64,46,36); }
td.TdClassName
{
border-color: #402E24;
}
.TagClassName
{
border-color: #402E24;
}
</style>