#422C21

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

Shades of Morocco Brown #422C21

Tints of Morocco Brown #422C21

Color information

#422C21 (or 0x422C21) is unknown color: approx Morocco Brown. HEX triplet: 42, 2C and 21. RGB value is (66,44,33). Sum of RGB (Red+Green+Blue) = 66+44+33=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C21 is #BDD3DE. Grayscale: #313131. Windows color (decimal): -12440543 or 2174018. OLE color: 2174018.

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

Color convert

RGB664433-
CMYK00.330.50.74
HSL20º33.33%19.41%-
HSV(B)20º50%25.88%-
XYZ3.423.071.85-
YUV49.32118.79139.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.15%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66443300.330.50.742033.3319.41
Hex422C21021324A142113
Octal102544104162112244123
Binary1000010101100100001010000111001010010101010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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