#402F27

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

Shades of Morocco Brown #402F27

Tints of Morocco Brown #402F27

Color information

#402F27 (or 0x402F27) is unknown color: approx Morocco Brown. HEX triplet: 40, 2F and 27. RGB value is (64,47,39). Sum of RGB (Red+Green+Blue) = 64+47+39=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F27 is #BFD0D8. Grayscale: #333333. Windows color (decimal): -12570841 or 2568000. OLE color: 2568000.

HSL color Cylindrical-coordinate representation of color #402F27: hue angle of 19.2º 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 #402F27 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB644739-
CMYK00.270.390.75
HSL19.2º24.27%20.2%-
HSV(B)19.2º39.06%25.1%-
XYZ3.53.272.37-
YUV51.17121.13137.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 39 (15.62% from 255) = 26%
R=42.67%
G=31.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64473900.270.390.7519.224.2720.2
Hex402F2701B274B131814
Octal100574703347113233024
Binary10000001011111001110110111001111001011100111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #402F27;
 }
 .AnyTagClassName
 {
   color: #402F27;
 }
</style>
background-color css

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

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

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

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

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

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