Html Css Color HEX #442C1C Morocco Brown

📋 copy color: '#442C1C'

red 68 ◦ green 44 ◦ blue 28

#442C1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #442C1C

Tints of Morocco Brown #442C1C

RGB

 RED value IS 68 (26.95% from 255) = 48.57%

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 48.57%
G = 31.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#442C1C (or 0x442C1C) is known color: Morocco Brown. HEX triplet: 44, 2C and 1C. RGB value is (68,44,28). Sum of RGB (Red+Green+Blue) = 68+44+28=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C1C is #BBD3E3. Grayscale: #313131. Windows color (decimal): -12309476 or 1846340. OLE color: 1846340.

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

Color convert

RGB 68 44 28 -
CMYK 0 0.35 0.59 0.73
HSL 24º 0.42% 0.19% -
HSV(B) 24º 0.59% 0.27% -
XYZ 3.49 3.11 1.52 -
YUV 49.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 68 44 28 0 0.35 0.59 0.73 24 0.42 0.19
Hex 44 2C 1C 0 23 3B 49 18 2A 13
Octal 104 54 34 0 43 73 111 30 52 23
Binary 1000100 101100 11100 0 100011 111011 1001001 11000 101010 10011

Color Harmonies of #442C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C1C

Black with #442C1C

Text Example


Text Example

White with #442C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,44,28); }

 H1.HeaderClassName
 {
   color: #442C1C;
 }
 .AnyTagClassName
 {
   color: #442C1C;
 }
</style>

background-color css

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

 a { background-color: rgb(68,44,28); }

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

border-color css

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

 span { border-color: rgb(68,44,28); }

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