Shades of Morocco Brown #3F2C22
Tints of Morocco Brown #3F2C22
RGB
CMYK
RGB Variations
Color information
#3F2C22 (or 0x3F2C22) is known color: Morocco Brown. HEX triplet: 3F, 2C and 22. RGB value is (63,44,34). Sum of RGB (Red+Green+Blue) = 63+44+34=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C22 is #C0D3DD. Grayscale: #303030. Windows color (decimal): -12637150 or 2239551. OLE color: 2239551.
HSL color Cylindrical-coordinate representation of color #3F2C22: hue angle of 20.69º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2C22 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 34 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.75 |
| HSL | 20.69º | 0.3% | 0.19% | - |
| HSV(B) | 20.69º | 0.46% | 0.25% | - |
| XYZ | 3.24 | 2.97 | 1.92 | - |
| YUV | 48.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 34 | 0 | 0.30 | 0.46 | 0.75 | 20.69 | 0.3 | 0.19 |
| Hex | 3F | 2C | 22 | 0 | 1E | 2E | 4B | 15 | 1E | 13 |
| Octal | 77 | 54 | 42 | 0 | 36 | 56 | 113 | 25 | 36 | 23 |
| Binary | 111111 | 101100 | 100010 | 0 | 11110 | 101110 | 1001011 | 10101 | 11110 | 10011 |
Color Harmonies of #3F2C22
Complementary color
Monochromatic Colors of #3F2C22
Black with #3F2C22
Text Example
Text Example
White with #3F2C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C22; }
p { color: rgb(63,44,34); }
H1.HeaderClassName
{
color: #3F2C22;
}
.AnyTagClassName
{
color: #3F2C22;
}
</style>
background-color css
<style>
a { background-color: #3F2C22; }
a { background-color: rgb(63,44,34); }
div.DivClassName
{
background-color: #3F2C22;
}
.BgClassName
{
background-color: #3F2C22;
}
</style>
border-color css
<style>
span { border-color: #3F2C22; }
span { border-color: rgb(63,44,34); }
td.TdClassName
{
border-color: #3F2C22;
}
.TagClassName
{
border-color: #3F2C22;
}
</style>