Shades of Morocco Brown #3E2C26
Tints of Morocco Brown #3E2C26
RGB
CMYK
RGB Variations
Color information
#3E2C26 (or 0x3E2C26) is known color: Morocco Brown. HEX triplet: 3E, 2C and 26. RGB value is (62,44,38). Sum of RGB (Red+Green+Blue) = 62+44+38=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C26 is #C1D3D9. Grayscale: #303030. Windows color (decimal): -12702682 or 2501694. OLE color: 2501694.
HSL color Cylindrical-coordinate representation of color #3E2C26: hue angle of 15º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E2C26 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 44 | 38 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.76 |
| HSL | 15º | 0.24% | 0.2% | - |
| HSV(B) | 15º | 0.39% | 0.24% | - |
| XYZ | 3.24 | 2.97 | 2.24 | - |
| YUV | 48.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 38 | 0 | 0.29 | 0.39 | 0.76 | 15 | 0.24 | 0.2 |
| Hex | 3E | 2C | 26 | 0 | 1D | 27 | 4C | F | 18 | 14 |
| Octal | 76 | 54 | 46 | 0 | 35 | 47 | 114 | 17 | 30 | 24 |
| Binary | 111110 | 101100 | 100110 | 0 | 11101 | 100111 | 1001100 | 1111 | 11000 | 10100 |
Color Harmonies of #3E2C26
Complementary color
Monochromatic Colors of #3E2C26
Black with #3E2C26
Text Example
Text Example
White with #3E2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C26; }
p { color: rgb(62,44,38); }
H1.HeaderClassName
{
color: #3E2C26;
}
.AnyTagClassName
{
color: #3E2C26;
}
</style>
background-color css
<style>
a { background-color: #3E2C26; }
a { background-color: rgb(62,44,38); }
div.DivClassName
{
background-color: #3E2C26;
}
.BgClassName
{
background-color: #3E2C26;
}
</style>
border-color css
<style>
span { border-color: #3E2C26; }
span { border-color: rgb(62,44,38); }
td.TdClassName
{
border-color: #3E2C26;
}
.TagClassName
{
border-color: #3E2C26;
}
</style>