Html Css Color HEX #442E1E Morocco Brown

📋 copy color: '#442E1E'

red 68 ◦ green 46 ◦ blue 30

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

Shades of Morocco Brown #442E1E

Tints of Morocco Brown #442E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.94%

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

R = 47.22%
G = 31.94%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#442E1E (or 0x442E1E) is known color: Morocco Brown. HEX triplet: 44, 2E and 1E. RGB value is (68,46,30). Sum of RGB (Red+Green+Blue) = 68+46+30=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #442E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E1E is #BBD1E1. Grayscale: #323232. Windows color (decimal): -12308962 or 1977924. OLE color: 1977924.

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

Color convert

RGB 68 46 30 -
CMYK 0 0.32 0.56 0.73
HSL 25.26º 0.39% 0.19% -
HSV(B) 25.26º 0.56% 0.27% -
XYZ 3.6 3.28 1.67 -
YUV 50.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 68 46 30 0 0.32 0.56 0.73 25.26 0.39 0.19
Hex 44 2E 1E 0 20 38 49 19 27 13
Octal 104 56 36 0 40 70 111 31 47 23
Binary 1000100 101110 11110 0 100000 111000 1001001 11001 100111 10011

Color Harmonies of #442E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E1E

Black with #442E1E

Text Example


Text Example

White with #442E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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