Html Css Color HEX #442D1D Morocco Brown

📋 copy color: '#442D1D'

red 68 ◦ green 45 ◦ blue 29

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

Shades of Morocco Brown #442D1D

Tints of Morocco Brown #442D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 47.89%
G = 31.69%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#442D1D (or 0x442D1D) is known color: Morocco Brown. HEX triplet: 44, 2D and 1D. RGB value is (68,45,29). Sum of RGB (Red+Green+Blue) = 68+45+29=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D1D is #BBD2E2. Grayscale: #323232. Windows color (decimal): -12309219 or 1912132. OLE color: 1912132.

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

Color convert

RGB 68 45 29 -
CMYK 0 0.34 0.57 0.73
HSL 24.62º 0.4% 0.19% -
HSV(B) 24.62º 0.57% 0.27% -
XYZ 3.54 3.19 1.59 -
YUV 50.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 68 45 29 0 0.34 0.57 0.73 24.62 0.4 0.19
Hex 44 2D 1D 0 22 39 49 19 28 13
Octal 104 55 35 0 42 71 111 31 50 23
Binary 1000100 101101 11101 0 100010 111001 1001001 11001 101000 10011

Color Harmonies of #442D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D1D

Black with #442D1D

Text Example


Text Example

White with #442D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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