#442C1E

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

Shades of Morocco Brown #442C1E

Tints of Morocco Brown #442C1E

Color information

#442C1E (or 0x442C1E) is unknown color: approx Morocco Brown. HEX triplet: 44, 2C and 1E. RGB value is (68,44,30). Sum of RGB (Red+Green+Blue) = 68+44+30=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C1E is #BBD3E1. Grayscale: #313131. Windows color (decimal): -12309474 or 1977412. OLE color: 1977412.

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

Color convert

RGB684430-
CMYK00.350.560.73
HSL22.11º38.78%19.22%-
HSV(B)22.11º55.88%26.67%-
XYZ3.523.121.65-
YUV49.58116.95141.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=47.89%
G=30.99%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68443000.350.560.7322.1138.7819.22
Hex442C1E0233849162713
Octal104543604370111264723
Binary100010010110011110010001111100010010011011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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