#402A21

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

Shades of Morocco Brown #402A21

Tints of Morocco Brown #402A21

Color information

#402A21 (or 0x402A21) is unknown color: approx Morocco Brown. HEX triplet: 40, 2A and 21. RGB value is (64,42,33). Sum of RGB (Red+Green+Blue) = 64+42+33=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A21 is #BFD5DE. Grayscale: #2F2F2F. Windows color (decimal): -12572127 or 2173504. OLE color: 2173504.

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

Color convert

RGB644233-
CMYK00.340.480.75
HSL17.42º31.96%19.02%-
HSV(B)17.42º48.44%25.1%-
XYZ3.222.861.82-
YUV47.55119.79139.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=46.04%
G=30.22%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64423300.340.480.7517.4231.9619.02
Hex402A21022304B112013
Octal100524104260113214023
Binary1000000101010100001010001011000010010111000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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