Html Css Color HEX #3F2E28 Morocco Brown

📋 copy color: '#3F2E28'

red 63 ◦ green 46 ◦ blue 40

#3F2E28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #3F2E28

Tints of Morocco Brown #3F2E28

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 value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#3F2E28 (or 0x3F2E28) is known color: 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

RGB 63 46 40 -
CMYK 0 0.27 0.37 0.75
HSL 15.65º 0.22% 0.2% -
HSV(B) 15.65º 0.37% 0.25% -
XYZ 3.41 3.16 2.44 -
YUV 50.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 63 46 40 0 0.27 0.37 0.75 15.65 0.22 0.2
Hex 3F 2E 28 0 1B 25 4B 10 16 14
Octal 77 56 50 0 33 45 113 20 26 24
Binary 111111 101110 101000 0 11011 100101 1001011 10000 10110 10100

Color Harmonies of #3F2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E28

Black with #3F2E28

Text Example


Text Example

White with #3F2E28

Text Example


Text Example

HTML Codes & Css Web 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>