Html Css Color HEX #442D1E Morocco Brown

📋 copy color: '#442D1E'

red 68 ◦ green 45 ◦ blue 30

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

Shades of Morocco Brown #442D1E

Tints of Morocco Brown #442D1E

RGB

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

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

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

R = 47.55%
G = 31.47%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#442D1E (or 0x442D1E) is known color: Morocco Brown. HEX triplet: 44, 2D and 1E. RGB value is (68,45,30). Sum of RGB (Red+Green+Blue) = 68+45+30=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D1E is #BBD2E1. Grayscale: #323232. Windows color (decimal): -12309218 or 1977668. OLE color: 1977668.

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

Color convert

RGB 68 45 30 -
CMYK 0 0.34 0.56 0.73
HSL 23.68º 0.39% 0.19% -
HSV(B) 23.68º 0.56% 0.27% -
XYZ 3.56 3.2 1.66 -
YUV 50.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 68 45 30 0 0.34 0.56 0.73 23.68 0.39 0.19
Hex 44 2D 1E 0 22 38 49 18 27 13
Octal 104 55 36 0 42 70 111 30 47 23
Binary 1000100 101101 11110 0 100010 111000 1001001 11000 100111 10011

Color Harmonies of #442D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D1E

Black with #442D1E

Text Example


Text Example

White with #442D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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