#422A20

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

Shades of Morocco Brown #422A20

Tints of Morocco Brown #422A20

Color information

#422A20 (or 0x422A20) is unknown color: approx Morocco Brown. HEX triplet: 42, 2A and 20. RGB value is (66,42,32). Sum of RGB (Red+Green+Blue) = 66+42+32=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A20 is #BDD5DF. Grayscale: #303030. Windows color (decimal): -12441056 or 2107970. OLE color: 2107970.

HSL color Cylindrical-coordinate representation of color #422A20: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422A20 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB664232-
CMYK00.360.520.74
HSL17.65º34.69%19.22%-
HSV(B)17.65º51.52%25.88%-
XYZ3.342.921.75-
YUV48.04118.95140.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=47.14%
G=30%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66423200.360.520.7417.6534.6919.22
Hex422A20024344A122313
Octal102524004464112224323
Binary1000010101010100000010010011010010010101001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422A20; }

 p { color: rgb(66,42,32); }

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

<style>
 a { background-color: #422A20; }

 a { background-color: rgb(66,42,32); }

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

<style>
 span { border-color: #422A20; }

 span { border-color: rgb(66,42,32); }

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