Html Css Color HEX #422A20 Morocco Brown

📋 copy color: '#422A20'

red 66 ◦ green 42 ◦ blue 32

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

Shades of Morocco Brown #422A20

Tints of Morocco Brown #422A20

RGB

 RED value IS 66 (26.17% from 255) = 47.14%

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

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

R = 47.14%
G = 30%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#422A20 (or 0x422A20) is known color: Morocco Brown. HEX triplet: 42, 2A and 20. RGB value is (66,42,32). Sum of RGB (Red+Green+Blue) = 66+42+32=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A20 is #BDD5DF. Grayscale: #303030. Windows color (decimal): -12441056 or 2107970. OLE color: 2107970.

HSL color Cylindrical-coordinate representation of color #422A20: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422A20 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 42 32 -
CMYK 0 0.36 0.52 0.74
HSL 17.65º 0.35% 0.19% -
HSV(B) 17.65º 0.52% 0.26% -
XYZ 3.34 2.92 1.75 -
YUV 48.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 66 42 32 0 0.36 0.52 0.74 17.65 0.35 0.19
Hex 42 2A 20 0 24 34 4A 12 23 13
Octal 102 52 40 0 44 64 112 22 43 23
Binary 1000010 101010 100000 0 100100 110100 1001010 10010 100011 10011

Color Harmonies of #422A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A20

Black with #422A20

Text Example


Text Example

White with #422A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422A20; }

 p { color: rgb(66,42,32); }

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

background-color css

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

 a { background-color: rgb(66,42,32); }

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

border-color css

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

 span { border-color: rgb(66,42,32); }

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