#402A22

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

Shades of Morocco Brown #402A22

Tints of Morocco Brown #402A22

Color information

#402A22 (or 0x402A22) is unknown color: approx Morocco Brown. HEX triplet: 40, 2A and 22. RGB value is (64,42,34). Sum of RGB (Red+Green+Blue) = 64+42+34=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A22 is #BFD5DD. Grayscale: #2F2F2F. Windows color (decimal): -12572126 or 2239040. OLE color: 2239040.

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

Color convert

RGB644234-
CMYK00.340.470.75
HSL16º30.61%19.22%-
HSV(B)16º46.88%25.1%-
XYZ3.232.861.9-
YUV47.67120.29139.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=45.71%
G=30%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64423400.340.470.751630.6119.22
Hex402A220222F4B101f13
Octal100524204257113203723
Binary100000010101010001001000101011111001011100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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