Html Css Color HEX #442C1E Morocco Brown

📋 copy color: '#442C1E'

red 68 ◦ green 44 ◦ blue 30

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

Shades of Morocco Brown #442C1E

Tints of Morocco Brown #442C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 47.89%
G = 30.99%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#442C1E (or 0x442C1E) is known color: Morocco Brown. HEX triplet: 44, 2C and 1E. RGB value is (68,44,30). Sum of RGB (Red+Green+Blue) = 68+44+30=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C1E is #BBD3E1. Grayscale: #313131. Windows color (decimal): -12309474 or 1977412. OLE color: 1977412.

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

Color convert

RGB 68 44 30 -
CMYK 0 0.35 0.56 0.73
HSL 22.11º 0.39% 0.19% -
HSV(B) 22.11º 0.56% 0.27% -
XYZ 3.52 3.12 1.65 -
YUV 49.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 68 44 30 0 0.35 0.56 0.73 22.11 0.39 0.19
Hex 44 2C 1E 0 23 38 49 16 27 13
Octal 104 54 36 0 43 70 111 26 47 23
Binary 1000100 101100 11110 0 100011 111000 1001001 10110 100111 10011

Color Harmonies of #442C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C1E

Black with #442C1E

Text Example


Text Example

White with #442C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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