Html Css Color HEX #3F2F28 Morocco Brown

📋 copy color: '#3F2F28'

red 63 ◦ green 47 ◦ blue 40

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

Shades of Morocco Brown #3F2F28

Tints of Morocco Brown #3F2F28

RGB

 RED value IS 63 (25% from 255) = 42%

 GREEN value IS 47 (18.75% from 255) = 31.33%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 42%
G = 31.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#3F2F28 (or 0x3F2F28) is known color: Morocco Brown. HEX triplet: 3F, 2F and 28. RGB value is (63,47,40). Sum of RGB (Red+Green+Blue) = 63+47+40=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F28 is #C0D0D7. Grayscale: #333333. Windows color (decimal): -12636376 or 2633535. OLE color: 2633535.

HSL color Cylindrical-coordinate representation of color #3F2F28: hue angle of 18.26º 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 #3F2F28 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 47 40 -
CMYK 0 0.25 0.37 0.75
HSL 18.26º 0.22% 0.2% -
HSV(B) 18.26º 0.37% 0.25% -
XYZ 3.45 3.24 2.45 -
YUV 50.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 63 47 40 0 0.25 0.37 0.75 18.26 0.22 0.2
Hex 3F 2F 28 0 19 25 4B 12 16 14
Octal 77 57 50 0 31 45 113 22 26 24
Binary 111111 101111 101000 0 11001 100101 1001011 10010 10110 10100

Color Harmonies of #3F2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2F28

Black with #3F2F28

Text Example


Text Example

White with #3F2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F2F28;
 }
 .AnyTagClassName
 {
   color: #3F2F28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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