Shades of Morocco Brown #402E25
Tints of Morocco Brown #402E25
RGB
CMYK
RGB Variations
Color information
#402E25 (or 0x402E25) is known color: Morocco Brown. HEX triplet: 40, 2E and 25. RGB value is (64,46,37). Sum of RGB (Red+Green+Blue) = 64+46+37=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #402E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E25 is #BFD1DA. Grayscale: #323232. Windows color (decimal): -12571099 or 2436672. OLE color: 2436672.
HSL color Cylindrical-coordinate representation of color #402E25: hue angle of 20º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402E25 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 37 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.75 |
| HSL | 20º | 0.27% | 0.2% | - |
| HSV(B) | 20º | 0.42% | 0.25% | - |
| XYZ | 3.43 | 3.18 | 2.18 | - |
| YUV | 50.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 37 | 0 | 0.28 | 0.42 | 0.75 | 20 | 0.27 | 0.2 |
| Hex | 40 | 2E | 25 | 0 | 1C | 2A | 4B | 14 | 1B | 14 |
| Octal | 100 | 56 | 45 | 0 | 34 | 52 | 113 | 24 | 33 | 24 |
| Binary | 1000000 | 101110 | 100101 | 0 | 11100 | 101010 | 1001011 | 10100 | 11011 | 10100 |
Color Harmonies of #402E25
Complementary color
Monochromatic Colors of #402E25
Black with #402E25
Text Example
Text Example
White with #402E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E25; }
p { color: rgb(64,46,37); }
H1.HeaderClassName
{
color: #402E25;
}
.AnyTagClassName
{
color: #402E25;
}
</style>
background-color css
<style>
a { background-color: #402E25; }
a { background-color: rgb(64,46,37); }
div.DivClassName
{
background-color: #402E25;
}
.BgClassName
{
background-color: #402E25;
}
</style>
border-color css
<style>
span { border-color: #402E25; }
span { border-color: rgb(64,46,37); }
td.TdClassName
{
border-color: #402E25;
}
.TagClassName
{
border-color: #402E25;
}
</style>