#44291D

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

Shades of Morocco Brown #44291D

Tints of Morocco Brown #44291D

Color information

#44291D (or 0x44291D) is unknown color: approx Morocco Brown. HEX triplet: 44, 29 and 1D. RGB value is (68,41,29). Sum of RGB (Red+Green+Blue) = 68+41+29=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44291D is #BBD6E2. Grayscale: #2F2F2F. Windows color (decimal): -12310243 or 1911108. OLE color: 1911108.

HSL color Cylindrical-coordinate representation of color #44291D: hue angle of 18.46º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44291D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB684129-
CMYK00.400.570.73
HSL18.46º40.21%19.02%-
HSV(B)18.46º57.35%26.67%-
XYZ3.42.91.54-
YUV47.7117.45142.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=49.28%
G=29.71%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68412900.400.570.7318.4640.2119.02
Hex44291D0283949122813
Octal104513505071111225023
Binary100010010100111101010100011100110010011001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44291D; }

 p { color: rgb(68,41,29); }

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

<style>
 a { background-color: #44291D; }

 a { background-color: rgb(68,41,29); }

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

<style>
 span { border-color: #44291D; }

 span { border-color: rgb(68,41,29); }

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