Html Css Color HEX #422D20 Morocco Brown

📋 copy color: '#422D20'

red 66 ◦ green 45 ◦ blue 32

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

Shades of Morocco Brown #422D20

Tints of Morocco Brown #422D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.47%

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

R = 46.15%
G = 31.47%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#422D20 (or 0x422D20) is known color: Morocco Brown. HEX triplet: 42, 2D and 20. RGB value is (66,45,32). Sum of RGB (Red+Green+Blue) = 66+45+32=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D20 is #BDD2DF. Grayscale: #313131. Windows color (decimal): -12440288 or 2108738. OLE color: 2108738.

HSL color Cylindrical-coordinate representation of color #422D20: hue angle of 22.94º 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 #422D20 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 45 32 -
CMYK 0 0.32 0.52 0.74
HSL 22.94º 0.35% 0.19% -
HSV(B) 22.94º 0.52% 0.26% -
XYZ 3.45 3.14 1.79 -
YUV 49.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 66 45 32 0 0.32 0.52 0.74 22.94 0.35 0.19
Hex 42 2D 20 0 20 34 4A 17 23 13
Octal 102 55 40 0 40 64 112 27 43 23
Binary 1000010 101101 100000 0 100000 110100 1001010 10111 100011 10011

Color Harmonies of #422D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D20

Black with #422D20

Text Example


Text Example

White with #422D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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