Shades of Morocco Brown #3F2B22
Tints of Morocco Brown #3F2B22
RGB
CMYK
RGB Variations
Color information
#3F2B22 (or 0x3F2B22) is known color: Morocco Brown. HEX triplet: 3F, 2B and 22. RGB value is (63,43,34). Sum of RGB (Red+Green+Blue) = 63+43+34=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B22 is #C0D4DD. Grayscale: #303030. Windows color (decimal): -12637406 or 2239295. OLE color: 2239295.
HSL color Cylindrical-coordinate representation of color #3F2B22: hue angle of 18.62º 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 #3F2B22 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 34 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.75 |
| HSL | 18.62º | 0.3% | 0.19% | - |
| HSV(B) | 18.62º | 0.46% | 0.25% | - |
| XYZ | 3.2 | 2.9 | 1.9 | - |
| YUV | 47.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 34 | 0 | 0.32 | 0.46 | 0.75 | 18.62 | 0.3 | 0.19 |
| Hex | 3F | 2B | 22 | 0 | 20 | 2E | 4B | 13 | 1E | 13 |
| Octal | 77 | 53 | 42 | 0 | 40 | 56 | 113 | 23 | 36 | 23 |
| Binary | 111111 | 101011 | 100010 | 0 | 100000 | 101110 | 1001011 | 10011 | 11110 | 10011 |
Color Harmonies of #3F2B22
Complementary color
Monochromatic Colors of #3F2B22
Black with #3F2B22
Text Example
Text Example
White with #3F2B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B22; }
p { color: rgb(63,43,34); }
H1.HeaderClassName
{
color: #3F2B22;
}
.AnyTagClassName
{
color: #3F2B22;
}
</style>
background-color css
<style>
a { background-color: #3F2B22; }
a { background-color: rgb(63,43,34); }
div.DivClassName
{
background-color: #3F2B22;
}
.BgClassName
{
background-color: #3F2B22;
}
</style>
border-color css
<style>
span { border-color: #3F2B22; }
span { border-color: rgb(63,43,34); }
td.TdClassName
{
border-color: #3F2B22;
}
.TagClassName
{
border-color: #3F2B22;
}
</style>