#442D1F

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

Shades of Morocco Brown #442D1F

Tints of Morocco Brown #442D1F

Color information

#442D1F (or 0x442D1F) is unknown color: approx Morocco Brown. HEX triplet: 44, 2D and 1F. RGB value is (68,45,31). Sum of RGB (Red+Green+Blue) = 68+45+31=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D1F is #BBD2E0. Grayscale: #323232. Windows color (decimal): -12309217 or 2043204. OLE color: 2043204.

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

Color convert

RGB684531-
CMYK00.340.540.73
HSL22.7º37.37%19.41%-
HSV(B)22.7º54.41%26.67%-
XYZ3.573.21.73-
YUV50.28117.12140.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=47.22%
G=31.25%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68453100.340.540.7322.737.3719.41
Hex442D1F0223649172513
Octal104553704266111274523
Binary100010010110111111010001011011010010011011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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