#442D1E

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

Shades of Morocco Brown #442D1E

Tints of Morocco Brown #442D1E

Color information

#442D1E (or 0x442D1E) is unknown color: approx Morocco Brown. HEX triplet: 44, 2D and 1E. RGB value is (68,45,30). Sum of RGB (Red+Green+Blue) = 68+45+30=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D1E is #BBD2E1. Grayscale: #323232. Windows color (decimal): -12309218 or 1977668. OLE color: 1977668.

HSL color Cylindrical-coordinate representation of color #442D1E: hue angle of 23.68º 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 #442D1E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB684530-
CMYK00.340.560.73
HSL23.68º38.78%19.22%-
HSV(B)23.68º55.88%26.67%-
XYZ3.563.21.66-
YUV50.17116.62140.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=47.55%
G=31.47%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68453000.340.560.7323.6838.7819.22
Hex442D1E0223849182713
Octal104553604270111304723
Binary100010010110111110010001011100010010011100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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