#44281F

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

Shades of Morocco Brown #44281F

Tints of Morocco Brown #44281F

Color information

#44281F (or 0x44281F) is unknown color: approx Morocco Brown. HEX triplet: 44, 28 and 1F. RGB value is (68,40,31). Sum of RGB (Red+Green+Blue) = 68+40+31=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #44281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44281F is #BBD7E0. Grayscale: #2F2F2F. Windows color (decimal): -12310497 or 2041924. OLE color: 2041924.

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

Color convert

RGB684031-
CMYK00.410.540.73
HSL14.59º37.37%19.41%-
HSV(B)14.59º54.41%26.67%-
XYZ3.392.851.67-
YUV47.35118.78142.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=48.92%
G=28.78%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68403100.410.540.7314.5937.3719.41
Hex44281F0293649f2513
Octal104503705166111174523
Binary10001001010001111101010011101101001001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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