#422C20

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

Shades of Morocco Brown #422C20

Tints of Morocco Brown #422C20

Color information

#422C20 (or 0x422C20) is unknown color: approx Morocco Brown. HEX triplet: 42, 2C and 20. RGB value is (66,44,32). Sum of RGB (Red+Green+Blue) = 66+44+32=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #422C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C20 is #BDD3DF. Grayscale: #313131. Windows color (decimal): -12440544 or 2108482. OLE color: 2108482.

HSL color Cylindrical-coordinate representation of color #422C20: hue angle of 21.18º 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 #422C20 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB664432-
CMYK00.330.520.74
HSL21.18º34.69%19.22%-
HSV(B)21.18º51.52%25.88%-
XYZ3.413.061.78-
YUV49.21118.29139.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=46.48%
G=30.99%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66443200.330.520.7421.1834.6919.22
Hex422C20021344A152313
Octal102544004164112254323
Binary1000010101100100000010000111010010010101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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