#442B24

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

Shades of Morocco Brown #442B24

Tints of Morocco Brown #442B24

Color information

#442B24 (or 0x442B24) is unknown color: approx Morocco Brown. HEX triplet: 44, 2B and 24. RGB value is (68,43,36). Sum of RGB (Red+Green+Blue) = 68+43+36=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #442B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B24 is #BBD4DB. Grayscale: #313131. Windows color (decimal): -12309724 or 2370372. OLE color: 2370372.

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

Color convert

RGB684336-
CMYK00.370.470.73
HSL13.13º30.77%20.39%-
HSV(B)13.13º47.06%26.67%-
XYZ3.573.082.08-
YUV49.68120.28141.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=46.26%
G=29.25%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68433600.370.470.7313.1330.7720.39
Hex442B240252F49d1f14
Octal104534404557111153724
Binary10001001010111001000100101101111100100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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