#442B1C

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

Shades of Morocco Brown #442B1C

Tints of Morocco Brown #442B1C

Color information

#442B1C (or 0x442B1C) is unknown color: approx Morocco Brown. HEX triplet: 44, 2B and 1C. RGB value is (68,43,28). Sum of RGB (Red+Green+Blue) = 68+43+28=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B1C is #BBD4E3. Grayscale: #303030. Windows color (decimal): -12309732 or 1846084. OLE color: 1846084.

HSL color Cylindrical-coordinate representation of color #442B1C: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442B1C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB684328-
CMYK00.370.590.73
HSL22.5º41.67%18.82%-
HSV(B)22.5º58.82%26.67%-
XYZ3.463.041.5-
YUV48.76116.28141.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=48.92%
G=30.94%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68432800.370.590.7322.541.6718.82
Hex442B1C0253B49162a13
Octal104533404573111265223
Binary100010010101111100010010111101110010011011010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,28); }

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

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

 a { background-color: rgb(68,43,28); }

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

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

 span { border-color: rgb(68,43,28); }

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