Html Css Color HEX #3F2D26 Morocco Brown

📋 copy color: '#3F2D26'

red 63 ◦ green 45 ◦ blue 38

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

Shades of Morocco Brown #3F2D26

Tints of Morocco Brown #3F2D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.82%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 43.15%
G = 30.82%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3F2D26 (or 0x3F2D26) is known color: Morocco Brown. HEX triplet: 3F, 2D and 26. RGB value is (63,45,38). Sum of RGB (Red+Green+Blue) = 63+45+38=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D26 is #C0D2D9. Grayscale: #313131. Windows color (decimal): -12636890 or 2501951. OLE color: 2501951.

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

Color convert

RGB 63 45 38 -
CMYK 0 0.29 0.40 0.75
HSL 16.8º 0.25% 0.2% -
HSV(B) 16.8º 0.4% 0.25% -
XYZ 3.34 3.07 2.25 -
YUV 49.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 63 45 38 0 0.29 0.40 0.75 16.8 0.25 0.2
Hex 3F 2D 26 0 1D 28 4B 11 19 14
Octal 77 55 46 0 35 50 113 21 31 24
Binary 111111 101101 100110 0 11101 101000 1001011 10001 11001 10100

Color Harmonies of #3F2D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2D26

Black with #3F2D26

Text Example


Text Example

White with #3F2D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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