Html Css Color HEX #442C1F Morocco Brown

📋 copy color: '#442C1F'

red 68 ◦ green 44 ◦ blue 31

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

Shades of Morocco Brown #442C1F

Tints of Morocco Brown #442C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 47.55%
G = 30.77%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#442C1F (or 0x442C1F) is known color: Morocco Brown. HEX triplet: 44, 2C and 1F. RGB value is (68,44,31). Sum of RGB (Red+Green+Blue) = 68+44+31=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C1F is #BBD3E0. Grayscale: #313131. Windows color (decimal): -12309473 or 2042948. OLE color: 2042948.

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

Color convert

RGB 68 44 31 -
CMYK 0 0.35 0.54 0.73
HSL 21.08º 0.37% 0.19% -
HSV(B) 21.08º 0.54% 0.27% -
XYZ 3.53 3.13 1.71 -
YUV 49.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 68 44 31 0 0.35 0.54 0.73 21.08 0.37 0.19
Hex 44 2C 1F 0 23 36 49 15 25 13
Octal 104 54 37 0 43 66 111 25 45 23
Binary 1000100 101100 11111 0 100011 110110 1001001 10101 100101 10011

Color Harmonies of #442C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C1F

Black with #442C1F

Text Example


Text Example

White with #442C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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