Html Css Color HEX #442A1F Morocco Brown

📋 copy color: '#442A1F'

red 68 ◦ green 42 ◦ blue 31

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

Shades of Morocco Brown #442A1F

Tints of Morocco Brown #442A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.79%

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

R = 48.23%
G = 29.79%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#442A1F (or 0x442A1F) is known color: Morocco Brown. HEX triplet: 44, 2A and 1F. RGB value is (68,42,31). Sum of RGB (Red+Green+Blue) = 68+42+31=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A1F is #BBD5E0. Grayscale: #303030. Windows color (decimal): -12309985 or 2042436. OLE color: 2042436.

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

Color convert

RGB 68 42 31 -
CMYK 0 0.38 0.54 0.73
HSL 17.84º 0.37% 0.19% -
HSV(B) 17.84º 0.54% 0.27% -
XYZ 3.46 2.98 1.69 -
YUV 48.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 68 42 31 0 0.38 0.54 0.73 17.84 0.37 0.19
Hex 44 2A 1F 0 26 36 49 12 25 13
Octal 104 52 37 0 46 66 111 22 45 23
Binary 1000100 101010 11111 0 100110 110110 1001001 10010 100101 10011

Color Harmonies of #442A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A1F

Black with #442A1F

Text Example


Text Example

White with #442A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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