#442F1F

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

Shades of Morocco Brown #442F1F

Tints of Morocco Brown #442F1F

Color information

#442F1F (or 0x442F1F) is unknown color: approx Morocco Brown. HEX triplet: 44, 2F and 1F. RGB value is (68,47,31). Sum of RGB (Red+Green+Blue) = 68+47+31=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #442F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F1F is #BBD0E0. Grayscale: #333333. Windows color (decimal): -12308705 or 2043716. OLE color: 2043716.

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

Color convert

RGB684731-
CMYK00.310.540.73
HSL25.95º37.37%19.41%-
HSV(B)25.95º54.41%26.67%-
XYZ3.653.361.75-
YUV51.46116.46139.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=46.58%
G=32.19%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68473100.310.540.7325.9537.3719.41
Hex442F1F01F36491a2513
Octal104573703766111324523
Binary10001001011111111101111111011010010011101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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