#442E26

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

Shades of Morocco Brown #442E26

Tints of Morocco Brown #442E26

Color information

#442E26 (or 0x442E26) is unknown color: approx Morocco Brown. HEX triplet: 44, 2E and 26. RGB value is (68,46,38). Sum of RGB (Red+Green+Blue) = 68+46+38=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #442E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E26 is #BBD1D9. Grayscale: #333333. Windows color (decimal): -12308954 or 2502212. OLE color: 2502212.

HSL color Cylindrical-coordinate representation of color #442E26: hue angle of 16º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #442E26 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB684638-
CMYK00.320.440.73
HSL16º28.3%20.78%-
HSV(B)16º44.12%26.67%-
XYZ3.713.322.28-
YUV51.67120.29139.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 38 (15.23% from 255) = 25%
R=44.74%
G=30.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68463800.320.440.731628.320.78
Hex442E260202C49101c15
Octal104564604054111203425
Binary100010010111010011001000001011001001001100001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,46,38); }

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

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

 a { background-color: rgb(68,46,38); }

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

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

 span { border-color: rgb(68,46,38); }

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