Html Css Color HEX #442D1F Morocco Brown

📋 copy color: '#442D1F'

red 68 ◦ green 45 ◦ blue 31

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

Shades of Morocco Brown #442D1F

Tints of Morocco Brown #442D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.25%

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

R = 47.22%
G = 31.25%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#442D1F (or 0x442D1F) is known color: Morocco Brown. HEX triplet: 44, 2D and 1F. RGB value is (68,45,31). Sum of RGB (Red+Green+Blue) = 68+45+31=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D1F is #BBD2E0. Grayscale: #323232. Windows color (decimal): -12309217 or 2043204. OLE color: 2043204.

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

Color convert

RGB 68 45 31 -
CMYK 0 0.34 0.54 0.73
HSL 22.7º 0.37% 0.19% -
HSV(B) 22.7º 0.54% 0.27% -
XYZ 3.57 3.2 1.73 -
YUV 50.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 68 45 31 0 0.34 0.54 0.73 22.7 0.37 0.19
Hex 44 2D 1F 0 22 36 49 17 25 13
Octal 104 55 37 0 42 66 111 27 45 23
Binary 1000100 101101 11111 0 100010 110110 1001001 10111 100101 10011

Color Harmonies of #442D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D1F

Black with #442D1F

Text Example


Text Example

White with #442D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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