#442919

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

Shades of Morocco Brown #442919

Tints of Morocco Brown #442919

Color information

#442919 (or 0x442919) is unknown color: approx Morocco Brown. HEX triplet: 44, 29 and 19. RGB value is (68,41,25). Sum of RGB (Red+Green+Blue) = 68+41+25=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #442919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442919 is #BBD6E6. Grayscale: #2F2F2F. Windows color (decimal): -12310247 or 1648964. OLE color: 1648964.

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

Color convert

RGB684125-
CMYK00.400.630.73
HSL22.33º46.24%18.24%-
HSV(B)22.33º63.24%26.67%-
XYZ3.352.891.3-
YUV47.25115.45142.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=50.75%
G=30.60%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68412500.400.630.7322.3346.2418.24
Hex4429190283F49162e12
Octal104513105077111265622
Binary100010010100111001010100011111110010011011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442919; }

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

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

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

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

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

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

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

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