Html Css Color HEX #442B1F Morocco Brown

📋 copy color: '#442B1F'

red 68 ◦ green 43 ◦ blue 31

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

Shades of Morocco Brown #442B1F

Tints of Morocco Brown #442B1F

RGB

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

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

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

R = 47.89%
G = 30.28%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#442B1F (or 0x442B1F) is known color: Morocco Brown. HEX triplet: 44, 2B and 1F. RGB value is (68,43,31). Sum of RGB (Red+Green+Blue) = 68+43+31=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B1F is #BBD4E0. Grayscale: #313131. Windows color (decimal): -12309729 or 2042692. OLE color: 2042692.

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

Color convert

RGB 68 43 31 -
CMYK 0 0.37 0.54 0.73
HSL 19.46º 0.37% 0.19% -
HSV(B) 19.46º 0.54% 0.27% -
XYZ 3.5 3.06 1.7 -
YUV 49.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 68 43 31 0 0.37 0.54 0.73 19.46 0.37 0.19
Hex 44 2B 1F 0 25 36 49 13 25 13
Octal 104 53 37 0 45 66 111 23 45 23
Binary 1000100 101011 11111 0 100101 110110 1001001 10011 100101 10011

Color Harmonies of #442B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B1F

Black with #442B1F

Text Example


Text Example

White with #442B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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