#402C22

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

Shades of Morocco Brown #402C22

Tints of Morocco Brown #402C22

Color information

#402C22 (or 0x402C22) is unknown color: approx Morocco Brown. HEX triplet: 40, 2C and 22. RGB value is (64,44,34). Sum of RGB (Red+Green+Blue) = 64+44+34=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C22 is #BFD3DD. Grayscale: #303030. Windows color (decimal): -12571614 or 2239552. OLE color: 2239552.

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

Color convert

RGB644434-
CMYK00.310.470.75
HSL20º30.61%19.22%-
HSV(B)20º46.88%25.1%-
XYZ3.33.011.92-
YUV48.84119.63138.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=45.07%
G=30.99%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64443400.310.470.752030.6119.22
Hex402C2201F2F4B141f13
Octal100544203757113243723
Binary10000001011001000100111111011111001011101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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