#442C1F

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

Shades of Morocco Brown #442C1F

Tints of Morocco Brown #442C1F

Color information

#442C1F (or 0x442C1F) is unknown color: approx Morocco Brown. HEX triplet: 44, 2C and 1F. RGB value is (68,44,31). Sum of RGB (Red+Green+Blue) = 68+44+31=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C1F is #BBD3E0. Grayscale: #313131. Windows color (decimal): -12309473 or 2042948. OLE color: 2042948.

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

Color convert

RGB684431-
CMYK00.350.540.73
HSL21.08º37.37%19.41%-
HSV(B)21.08º54.41%26.67%-
XYZ3.533.131.71-
YUV49.69117.45141.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=47.55%
G=30.77%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68443100.350.540.7321.0837.3719.41
Hex442C1F0233649152513
Octal104543704366111254523
Binary100010010110011111010001111011010010011010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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