#402B21

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

Shades of Morocco Brown #402B21

Tints of Morocco Brown #402B21

Color information

#402B21 (or 0x402B21) is unknown color: approx Morocco Brown. HEX triplet: 40, 2B and 21. RGB value is (64,43,33). Sum of RGB (Red+Green+Blue) = 64+43+33=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B21 is #BFD4DE. Grayscale: #303030. Windows color (decimal): -12571871 or 2173760. OLE color: 2173760.

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

Color convert

RGB644333-
CMYK00.330.480.75
HSL19.35º31.96%19.02%-
HSV(B)19.35º48.44%25.1%-
XYZ3.252.931.83-
YUV48.14119.46139.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=45.71%
G=30.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64433300.330.480.7519.3531.9619.02
Hex402B21021304B132013
Octal100534104160113234023
Binary1000000101011100001010000111000010010111001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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