#402B20

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

Shades of Morocco Brown #402B20

Tints of Morocco Brown #402B20

Color information

#402B20 (or 0x402B20) is unknown color: approx Morocco Brown. HEX triplet: 40, 2B and 20. RGB value is (64,43,32). Sum of RGB (Red+Green+Blue) = 64+43+32=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B20 is #BFD4DF. Grayscale: #303030. Windows color (decimal): -12571872 or 2108224. OLE color: 2108224.

HSL color Cylindrical-coordinate representation of color #402B20: hue angle of 20.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402B20 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB644332-
CMYK00.330.500.75
HSL20.62º33.33%18.82%-
HSV(B)20.62º50%25.1%-
XYZ3.242.921.76-
YUV48.02118.96139.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=46.04%
G=30.94%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64433200.330.500.7520.6233.3318.82
Hex402B20021324B152113
Octal100534004162113254123
Binary1000000101011100000010000111001010010111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,43,32); }

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

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

 a { background-color: rgb(64,43,32); }

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

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

 span { border-color: rgb(64,43,32); }

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