#44281D

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

Shades of Morocco Brown #44281D

Tints of Morocco Brown #44281D

Color information

#44281D (or 0x44281D) is unknown color: approx Morocco Brown. HEX triplet: 44, 28 and 1D. RGB value is (68,40,29). Sum of RGB (Red+Green+Blue) = 68+40+29=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #44281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44281D is #BBD7E2. Grayscale: #2F2F2F. Windows color (decimal): -12310499 or 1910852. OLE color: 1910852.

HSL color Cylindrical-coordinate representation of color #44281D: hue angle of 16.92º 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 #44281D is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB684029-
CMYK00.410.570.73
HSL16.92º40.21%19.02%-
HSV(B)16.92º57.35%26.67%-
XYZ3.362.841.53-
YUV47.12117.78142.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=49.64%
G=29.20%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68402900.410.570.7316.9240.2119.02
Hex44281D0293949112813
Octal104503505171111215023
Binary100010010100011101010100111100110010011000110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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