#3F2C22

Color #3F2C22 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #3F2C22

Tints of Morocco Brown #3F2C22

Color information

#3F2C22 (or 0x3F2C22) is unknown color: approx 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

RGB634434-
CMYK00.300.460.75
HSL20.69º29.9%19.02%-
HSV(B)20.69º46.03%24.71%-
XYZ3.242.971.92-
YUV48.54119.79138.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=44.68%
G=31.21%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63443400.300.460.7520.6929.919.02
Hex3F2C2201E2E4B151e13
Octal77544203656113253623
Binary1111111011001000100111101011101001011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>