Html Css Color HEX #442B1E Morocco Brown

📋 copy color: '#442B1E'

red 68 ◦ green 43 ◦ blue 30

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

Shades of Morocco Brown #442B1E

Tints of Morocco Brown #442B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.5%

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

R = 48.23%
G = 30.5%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#442B1E (or 0x442B1E) is known color: Morocco Brown. HEX triplet: 44, 2B and 1E. RGB value is (68,43,30). Sum of RGB (Red+Green+Blue) = 68+43+30=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B1E is #BBD4E1. Grayscale: #313131. Windows color (decimal): -12309730 or 1977156. OLE color: 1977156.

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

Color convert

RGB 68 43 30 -
CMYK 0 0.37 0.56 0.73
HSL 20.53º 0.39% 0.19% -
HSV(B) 20.53º 0.56% 0.27% -
XYZ 3.48 3.05 1.63 -
YUV 48.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 68 43 30 0 0.37 0.56 0.73 20.53 0.39 0.19
Hex 44 2B 1E 0 25 38 49 15 27 13
Octal 104 53 36 0 45 70 111 25 47 23
Binary 1000100 101011 11110 0 100101 111000 1001001 10101 100111 10011

Color Harmonies of #442B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B1E

Black with #442B1E

Text Example


Text Example

White with #442B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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