#402E27

Color #402E27 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #402E27

Tints of Morocco Brown #402E27

Color information

#402E27 (or 0x402E27) is unknown color: approx 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

RGB644639-
CMYK00.280.390.75
HSL16.8º24.27%20.2%-
HSV(B)16.8º39.06%25.1%-
XYZ3.463.192.35-
YUV50.58121.46137.57-

RGB Variations

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

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.62% from 255) = 26.17%
R=42.95%
G=30.87%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64463900.280.390.7516.824.2720.2
Hex402E2701C274B111814
Octal100564703447113213024
Binary10000001011101001110111001001111001011100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>