#442C21

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

Shades of Morocco Brown #442C21

Tints of Morocco Brown #442C21

Color information

#442C21 (or 0x442C21) is unknown color: approx Morocco Brown. HEX triplet: 44, 2C and 21. RGB value is (68,44,33). Sum of RGB (Red+Green+Blue) = 68+44+33=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C21 is #BBD3DE. Grayscale: #313131. Windows color (decimal): -12309471 or 2174020. OLE color: 2174020.

HSL color Cylindrical-coordinate representation of color #442C21: hue angle of 18.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442C21 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB684433-
CMYK00.350.510.73
HSL18.86º34.65%19.8%-
HSV(B)18.86º51.47%26.67%-
XYZ3.563.141.86-
YUV49.92118.45140.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=46.90%
G=30.34%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68443300.350.510.7318.8634.6519.8
Hex442C210233349132314
Octal104544104363111234324
Binary1000100101100100001010001111001110010011001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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