#442717

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

Shades of Morocco Brown #442717

Tints of Morocco Brown #442717

Color information

#442717 (or 0x442717) is unknown color: approx Morocco Brown. HEX triplet: 44, 27 and 17. RGB value is (68,39,23). Sum of RGB (Red+Green+Blue) = 68+39+23=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #442717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442717 is #BBD8E8. Grayscale: #2D2D2D. Windows color (decimal): -12310761 or 1517380. OLE color: 1517380.

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

Color convert

RGB683923-
CMYK00.430.660.73
HSL21.33º49.45%17.84%-
HSV(B)21.33º66.18%26.67%-
XYZ3.262.741.17-
YUV45.85115.11143.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=52.31%
G=30%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68392300.430.660.7321.3349.4517.84
Hex44271702B4249153112
Octal1044727053102111256122
Binary1000100100111101110101011100001010010011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442717; }

 p { color: rgb(68,39,23); }

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

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

 a { background-color: rgb(68,39,23); }

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

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

 span { border-color: rgb(68,39,23); }

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