#442E1E

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

Shades of Morocco Brown #442E1E

Tints of Morocco Brown #442E1E

Color information

#442E1E (or 0x442E1E) is unknown color: approx Morocco Brown. HEX triplet: 44, 2E and 1E. RGB value is (68,46,30). Sum of RGB (Red+Green+Blue) = 68+46+30=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E1E is #BBD1E1. Grayscale: #323232. Windows color (decimal): -12308962 or 1977924. OLE color: 1977924.

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

Color convert

RGB684630-
CMYK00.320.560.73
HSL25.26º38.78%19.22%-
HSV(B)25.26º55.88%26.67%-
XYZ3.63.281.67-
YUV50.75116.29140.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=47.22%
G=31.94%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68463000.320.560.7325.2638.7819.22
Hex442E1E0203849192713
Octal104563604070111314723
Binary100010010111011110010000011100010010011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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