#442920

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

Shades of Morocco Brown #442920

Tints of Morocco Brown #442920

Color information

#442920 (or 0x442920) is unknown color: approx Morocco Brown. HEX triplet: 44, 29 and 20. RGB value is (68,41,32). Sum of RGB (Red+Green+Blue) = 68+41+32=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442920 is #BBD6DF. Grayscale: #303030. Windows color (decimal): -12310240 or 2107716. OLE color: 2107716.

HSL color Cylindrical-coordinate representation of color #442920: hue angle of 15º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442920 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB684132-
CMYK00.400.530.73
HSL15º36%19.61%-
HSV(B)15º52.94%26.67%-
XYZ3.442.921.75-
YUV48.05118.95142.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=48.23%
G=29.08%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68413200.400.530.73153619.61
Hex4429200283549f2414
Octal104514005065111174424
Binary100010010100110000001010001101011001001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442920; }

 p { color: rgb(68,41,32); }

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

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

 a { background-color: rgb(68,41,32); }

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

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

 span { border-color: rgb(68,41,32); }

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