Shades of Morocco Brown #402B24
Tints of Morocco Brown #402B24
RGB
CMYK
RGB Variations
Color information
#402B24 (or 0x402B24) is known color: Morocco Brown. HEX triplet: 40, 2B and 24. RGB value is (64,43,36). Sum of RGB (Red+Green+Blue) = 64+43+36=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B24 is #BFD4DB. Grayscale: #303030. Windows color (decimal): -12571868 or 2370368. OLE color: 2370368.
HSL color Cylindrical-coordinate representation of color #402B24: hue angle of 15º 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 #402B24 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 36 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.75 |
| HSL | 15º | 0.28% | 0.2% | - |
| HSV(B) | 15º | 0.44% | 0.25% | - |
| XYZ | 3.3 | 2.95 | 2.06 | - |
| YUV | 48.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 36 | 0 | 0.33 | 0.44 | 0.75 | 15 | 0.28 | 0.2 |
| Hex | 40 | 2B | 24 | 0 | 21 | 2C | 4B | F | 1C | 14 |
| Octal | 100 | 53 | 44 | 0 | 41 | 54 | 113 | 17 | 34 | 24 |
| Binary | 1000000 | 101011 | 100100 | 0 | 100001 | 101100 | 1001011 | 1111 | 11100 | 10100 |
Color Harmonies of #402B24
Complementary color
Monochromatic Colors of #402B24
Black with #402B24
Text Example
Text Example
White with #402B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B24; }
p { color: rgb(64,43,36); }
H1.HeaderClassName
{
color: #402B24;
}
.AnyTagClassName
{
color: #402B24;
}
</style>
background-color css
<style>
a { background-color: #402B24; }
a { background-color: rgb(64,43,36); }
div.DivClassName
{
background-color: #402B24;
}
.BgClassName
{
background-color: #402B24;
}
</style>
border-color css
<style>
span { border-color: #402B24; }
span { border-color: rgb(64,43,36); }
td.TdClassName
{
border-color: #402B24;
}
.TagClassName
{
border-color: #402B24;
}
</style>