Html Css Color HEX #442920 Morocco Brown

📋 copy color: '#442920'

red 68 ◦ green 41 ◦ blue 32

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

Shades of Morocco Brown #442920

Tints of Morocco Brown #442920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.08%

 BLUE value IS 32 (12.89% from 255) = 22.7%

R = 48.23%
G = 29.08%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#442920 (or 0x442920) is known color: Morocco Brown. HEX triplet: 44, 29 and 20. RGB value is (68,41,32). Sum of RGB (Red+Green+Blue) = 68+41+32=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442920 is #BBD6DF. Grayscale: #303030. Windows color (decimal): -12310240 or 2107716. OLE color: 2107716.

HSL color Cylindrical-coordinate representation of color #442920: hue angle of 15º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442920 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 41 32 -
CMYK 0 0.40 0.53 0.73
HSL 15º 0.36% 0.2% -
HSV(B) 15º 0.53% 0.27% -
XYZ 3.44 2.92 1.75 -
YUV 48.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 68 41 32 0 0.40 0.53 0.73 15 0.36 0.2
Hex 44 29 20 0 28 35 49 F 24 14
Octal 104 51 40 0 50 65 111 17 44 24
Binary 1000100 101001 100000 0 101000 110101 1001001 1111 100100 10100

Color Harmonies of #442920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442920

Black with #442920

Text Example


Text Example

White with #442920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442920; }

 p { color: rgb(68,41,32); }

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

background-color css

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

 a { background-color: rgb(68,41,32); }

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

border-color css

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

 span { border-color: rgb(68,41,32); }

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