#402F29

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

Shades of Morocco Brown #402F29

Tints of Morocco Brown #402F29

Color information

#402F29 (or 0x402F29) is unknown color: approx Morocco Brown. HEX triplet: 40, 2F and 29. RGB value is (64,47,41). Sum of RGB (Red+Green+Blue) = 64+47+41=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #402F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F29 is #BFD0D6. Grayscale: #333333. Windows color (decimal): -12570839 or 2699072. OLE color: 2699072.

HSL color Cylindrical-coordinate representation of color #402F29: hue angle of 15.65º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402F29 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB644741-
CMYK00.270.360.75
HSL15.65º21.9%20.59%-
HSV(B)15.65º35.94%25.1%-
XYZ3.533.282.55-
YUV51.4122.13136.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 47 (18.75% from 255) = 30.92%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=42.11%
G=30.92%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64474100.270.360.7515.6521.920.59
Hex402F2901B244B101615
Octal100575103344113202625
Binary10000001011111010010110111001001001011100001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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