#442D24

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

Shades of Morocco Brown #442D24

Tints of Morocco Brown #442D24

Color information

#442D24 (or 0x442D24) is unknown color: approx Morocco Brown. HEX triplet: 44, 2D and 24. RGB value is (68,45,36). Sum of RGB (Red+Green+Blue) = 68+45+36=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D24 is #BBD2DB. Grayscale: #323232. Windows color (decimal): -12309212 or 2370884. OLE color: 2370884.

HSL color Cylindrical-coordinate representation of color #442D24: hue angle of 16.88º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442D24 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB684536-
CMYK00.340.470.73
HSL16.88º30.77%20.39%-
HSV(B)16.88º47.06%26.67%-
XYZ3.643.232.1-
YUV50.85119.62140.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=45.64%
G=30.20%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68453600.340.470.7316.8830.7720.39
Hex442D240222F49111f14
Octal104554404257111213724
Binary100010010110110010001000101011111001001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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