#3F2E28

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

Shades of Morocco Brown #3F2E28

Tints of Morocco Brown #3F2E28

Color information

#3F2E28 (or 0x3F2E28) is unknown color: approx Morocco Brown. HEX triplet: 3F, 2E and 28. RGB value is (63,46,40). Sum of RGB (Red+Green+Blue) = 63+46+40=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E28 is #C0D1D7. Grayscale: #323232. Windows color (decimal): -12636632 or 2633279. OLE color: 2633279.

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

Color convert

RGB634640-
CMYK00.270.370.75
HSL15.65º22.33%20.2%-
HSV(B)15.65º36.51%24.71%-
XYZ3.413.162.44-
YUV50.4122.13136.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=42.28%
G=30.87%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63464000.270.370.7515.6522.3320.2
Hex3F2E2801B254B101614
Octal77565003345113202624
Binary1111111011101010000110111001011001011100001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,46,40); }

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

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

 a { background-color: rgb(63,46,40); }

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

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

 span { border-color: rgb(63,46,40); }

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