#402A20

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

Shades of Morocco Brown #402A20

Tints of Morocco Brown #402A20

Color information

#402A20 (or 0x402A20) is unknown color: approx Morocco Brown. HEX triplet: 40, 2A and 20. RGB value is (64,42,32). Sum of RGB (Red+Green+Blue) = 64+42+32=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #402A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A20 is #BFD5DF. Grayscale: #2F2F2F. Windows color (decimal): -12572128 or 2107968. OLE color: 2107968.

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

Color convert

RGB644232-
CMYK00.340.500.75
HSL18.75º33.33%18.82%-
HSV(B)18.75º50%25.1%-
XYZ3.22.851.75-
YUV47.44119.29139.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=46.38%
G=30.43%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64423200.340.500.7518.7533.3318.82
Hex402A20022324B132113
Octal100524004262113234123
Binary1000000101010100000010001011001010010111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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