#3F2C26

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

Shades of Morocco Brown #3F2C26

Tints of Morocco Brown #3F2C26

Color information

#3F2C26 (or 0x3F2C26) is unknown color: approx Morocco Brown. HEX triplet: 3F, 2C and 26. RGB value is (63,44,38). Sum of RGB (Red+Green+Blue) = 63+44+38=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C26 is #C0D3D9. Grayscale: #313131. Windows color (decimal): -12637146 or 2501695. OLE color: 2501695.

HSL color Cylindrical-coordinate representation of color #3F2C26: hue angle of 14.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2C26 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB634438-
CMYK00.300.400.75
HSL14.4º24.75%19.8%-
HSV(B)14.4º39.68%24.71%-
XYZ3.332.24-
YUV49121.79137.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=43.45%
G=30.34%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63443800.300.400.7514.424.7519.8
Hex3F2C2601E284Be1914
Octal77544603650113163124
Binary111111101100100110011110101000100101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F2C26; }

 p { color: rgb(63,44,38); }

 H1.HeaderClassName
 {
   color: #3F2C26;
 }
 .AnyTagClassName
 {
   color: #3F2C26;
 }
</style>
background-color css

<style>
 a { background-color: #3F2C26; }

 a { background-color: rgb(63,44,38); }

 div.DivClassName
 {
   background-color: #3F2C26;
 }
 .BgClassName
 {
   background-color: #3F2C26;
 }
</style>
border-color css

<style>
 span { border-color: #3F2C26; }

 span { border-color: rgb(63,44,38); }

 td.TdClassName
 {
   border-color: #3F2C26;
 }
 .TagClassName
 {
   border-color: #3F2C26;
 }
</style>