#442E1F

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

Shades of Morocco Brown #442E1F

Tints of Morocco Brown #442E1F

Color information

#442E1F (or 0x442E1F) is unknown color: approx Morocco Brown. HEX triplet: 44, 2E and 1F. RGB value is (68,46,31). Sum of RGB (Red+Green+Blue) = 68+46+31=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #442E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E1F is #BBD1E0. Grayscale: #323232. Windows color (decimal): -12308961 or 2043460. OLE color: 2043460.

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

Color convert

RGB684631-
CMYK00.320.540.73
HSL24.32º37.37%19.41%-
HSV(B)24.32º54.41%26.67%-
XYZ3.613.281.74-
YUV50.87116.79140.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=46.90%
G=31.72%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68463100.320.540.7324.3237.3719.41
Hex442E1F0203649182513
Octal104563704066111304523
Binary100010010111011111010000011011010010011100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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