#3F2B24

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

Shades of Morocco Brown #3F2B24

Tints of Morocco Brown #3F2B24

Color information

#3F2B24 (or 0x3F2B24) is unknown color: approx Morocco Brown. HEX triplet: 3F, 2B and 24. RGB value is (63,43,36). Sum of RGB (Red+Green+Blue) = 63+43+36=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B24 is #C0D4DB. Grayscale: #303030. Windows color (decimal): -12637404 or 2370367. OLE color: 2370367.

HSL color Cylindrical-coordinate representation of color #3F2B24: hue angle of 15.56º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F2B24 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB634336-
CMYK00.320.430.75
HSL15.56º27.27%19.41%-
HSV(B)15.56º42.86%24.71%-
XYZ3.232.912.06-
YUV48.18121.13138.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=44.37%
G=30.28%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63433600.320.430.7515.5627.2719.41
Hex3F2B240202B4B101b13
Octal77534404053113203323
Binary11111110101110010001000001010111001011100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,43,36); }

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

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

 a { background-color: rgb(63,43,36); }

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

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

 span { border-color: rgb(63,43,36); }

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