#402C21

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

Shades of Morocco Brown #402C21

Tints of Morocco Brown #402C21

Color information

#402C21 (or 0x402C21) is unknown color: approx Morocco Brown. HEX triplet: 40, 2C and 21. RGB value is (64,44,33). Sum of RGB (Red+Green+Blue) = 64+44+33=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #402C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C21 is #BFD3DE. Grayscale: #303030. Windows color (decimal): -12571615 or 2174016. OLE color: 2174016.

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

Color convert

RGB644433-
CMYK00.310.480.75
HSL21.29º31.96%19.02%-
HSV(B)21.29º48.44%25.1%-
XYZ3.2931.84-
YUV48.73119.13138.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=45.39%
G=31.21%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64443300.310.480.7521.2931.9619.02
Hex402C2101F304B152013
Octal100544103760113254023
Binary100000010110010000101111111000010010111010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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