Html Css Color HEX #3F2B26 Morocco Brown

📋 copy color: '#3F2B26'

red 63 ◦ green 43 ◦ blue 38

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

Shades of Morocco Brown #3F2B26

Tints of Morocco Brown #3F2B26

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

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

R = 43.75%
G = 29.86%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3F2B26 (or 0x3F2B26) is known color: Morocco Brown. HEX triplet: 3F, 2B and 26. RGB value is (63,43,38). Sum of RGB (Red+Green+Blue) = 63+43+38=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B26 is #C0D4D9. Grayscale: #303030. Windows color (decimal): -12637402 or 2501439. OLE color: 2501439.

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

Color convert

RGB 63 43 38 -
CMYK 0 0.32 0.40 0.75
HSL 12º 0.25% 0.2% -
HSV(B) 12º 0.4% 0.25% -
XYZ 3.26 2.92 2.23 -
YUV 48.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 63 43 38 0 0.32 0.40 0.75 12 0.25 0.2
Hex 3F 2B 26 0 20 28 4B C 19 14
Octal 77 53 46 0 40 50 113 14 31 24
Binary 111111 101011 100110 0 100000 101000 1001011 1100 11001 10100

Color Harmonies of #3F2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B26

Black with #3F2B26

Text Example


Text Example

White with #3F2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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