Html Css Color HEX #402E27 Morocco Brown

📋 copy color: '#402E27'

red 64 ◦ green 46 ◦ blue 39

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

Shades of Morocco Brown #402E27

Tints of Morocco Brown #402E27

RGB

 RED value IS 64 (25.39% from 255) = 42.95%

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 42.95%
G = 30.87%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#402E27 (or 0x402E27) is known color: Morocco Brown. HEX triplet: 40, 2E and 27. RGB value is (64,46,39). Sum of RGB (Red+Green+Blue) = 64+46+39=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #402E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E27 is #BFD1D8. Grayscale: #323232. Windows color (decimal): -12571097 or 2567744. OLE color: 2567744.

HSL color Cylindrical-coordinate representation of color #402E27: hue angle of 16.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #402E27 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 46 39 -
CMYK 0 0.28 0.39 0.75
HSL 16.8º 0.24% 0.2% -
HSV(B) 16.8º 0.39% 0.25% -
XYZ 3.46 3.19 2.35 -
YUV 50.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 64 46 39 0 0.28 0.39 0.75 16.8 0.24 0.2
Hex 40 2E 27 0 1C 27 4B 11 18 14
Octal 100 56 47 0 34 47 113 21 30 24
Binary 1000000 101110 100111 0 11100 100111 1001011 10001 11000 10100

Color Harmonies of #402E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E27

Black with #402E27

Text Example


Text Example

White with #402E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402E27; }

 p { color: rgb(64,46,39); }

 H1.HeaderClassName
 {
   color: #402E27;
 }
 .AnyTagClassName
 {
   color: #402E27;
 }
</style>

background-color css

<style>
 a { background-color: #402E27; }

 a { background-color: rgb(64,46,39); }

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

border-color css

<style>
 span { border-color: #402E27; }

 span { border-color: rgb(64,46,39); }

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