#442C24

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

Shades of Morocco Brown #442C24

Tints of Morocco Brown #442C24

Color information

#442C24 (or 0x442C24) is unknown color: approx Morocco Brown. HEX triplet: 44, 2C and 24. RGB value is (68,44,36). Sum of RGB (Red+Green+Blue) = 68+44+36=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C24 is #BBD3DB. Grayscale: #323232. Windows color (decimal): -12309468 or 2370628. OLE color: 2370628.

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

Color convert

RGB684436-
CMYK00.350.470.73
HSL15º30.77%20.39%-
HSV(B)15º47.06%26.67%-
XYZ3.63.162.09-
YUV50.26119.95140.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=45.95%
G=29.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68443600.350.470.731530.7720.39
Hex442C240232F49f1f14
Octal104544404357111173724
Binary10001001011001001000100011101111100100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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