#442F26

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

Shades of Morocco Brown #442F26

Tints of Morocco Brown #442F26

Color information

#442F26 (or 0x442F26) is unknown color: approx Morocco Brown. HEX triplet: 44, 2F and 26. RGB value is (68,47,38). Sum of RGB (Red+Green+Blue) = 68+47+38=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F26 is #BBD0D9. Grayscale: #343434. Windows color (decimal): -12308698 or 2502468. OLE color: 2502468.

HSL color Cylindrical-coordinate representation of color #442F26: hue angle of 18º 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 #442F26 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB684738-
CMYK00.310.440.73
HSL18º28.3%20.78%-
HSV(B)18º44.12%26.67%-
XYZ3.753.42.29-
YUV52.25119.96139.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=44.44%
G=30.72%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68473800.310.440.731828.320.78
Hex442F2601F2C49121c15
Octal104574603754111223425
Binary10001001011111001100111111011001001001100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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