Html Css Color HEX #3F2B23 Morocco Brown

📋 copy color: '#3F2B23'

red 63 ◦ green 43 ◦ blue 35

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

Shades of Morocco Brown #3F2B23

Tints of Morocco Brown #3F2B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 44.68%
G = 30.5%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#3F2B23 (or 0x3F2B23) is known color: Morocco Brown. HEX triplet: 3F, 2B and 23. RGB value is (63,43,35). Sum of RGB (Red+Green+Blue) = 63+43+35=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B23 is #C0D4DC. Grayscale: #303030. Windows color (decimal): -12637405 or 2304831. OLE color: 2304831.

HSL color Cylindrical-coordinate representation of color #3F2B23: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F2B23 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 43 35 -
CMYK 0 0.32 0.44 0.75
HSL 17.14º 0.29% 0.19% -
HSV(B) 17.14º 0.44% 0.25% -
XYZ 3.22 2.91 1.98 -
YUV 48.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 63 43 35 0 0.32 0.44 0.75 17.14 0.29 0.19
Hex 3F 2B 23 0 20 2C 4B 11 1D 13
Octal 77 53 43 0 40 54 113 21 35 23
Binary 111111 101011 100011 0 100000 101100 1001011 10001 11101 10011

Color Harmonies of #3F2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B23

Black with #3F2B23

Text Example


Text Example

White with #3F2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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