#442F23

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

Shades of Morocco Brown #442F23

Tints of Morocco Brown #442F23

Color information

#442F23 (or 0x442F23) is unknown color: approx Morocco Brown. HEX triplet: 44, 2F and 23. RGB value is (68,47,35). Sum of RGB (Red+Green+Blue) = 68+47+35=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F23 is #BBD0DC. Grayscale: #333333. Windows color (decimal): -12308701 or 2305860. OLE color: 2305860.

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

Color convert

RGB684735-
CMYK00.310.490.73
HSL21.82º32.04%20.2%-
HSV(B)21.82º48.53%26.67%-
XYZ3.73.382.05-
YUV51.91118.46139.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=45.33%
G=31.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68473500.310.490.7321.8232.0420.2
Hex442F2301F3149162014
Octal104574303761111264024
Binary100010010111110001101111111000110010011011010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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