#442E23

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

Shades of Morocco Brown #442E23

Tints of Morocco Brown #442E23

Color information

#442E23 (or 0x442E23) is unknown color: approx Morocco Brown. HEX triplet: 44, 2E and 23. RGB value is (68,46,35). Sum of RGB (Red+Green+Blue) = 68+46+35=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E23 is #BBD1DC. Grayscale: #333333. Windows color (decimal): -12308957 or 2305604. OLE color: 2305604.

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

Color convert

RGB684635-
CMYK00.320.490.73
HSL20º32.04%20.2%-
HSV(B)20º48.53%26.67%-
XYZ3.663.32.03-
YUV51.32118.79139.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=45.64%
G=30.87%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68463500.320.490.732032.0420.2
Hex442E230203149142014
Octal104564304061111244024
Binary1000100101110100011010000011000110010011010010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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