Html Css Color HEX #422B20 Morocco Brown

📋 copy color: '#422B20'

red 66 ◦ green 43 ◦ blue 32

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

Shades of Morocco Brown #422B20

Tints of Morocco Brown #422B20

RGB

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

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

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

R = 46.81%
G = 30.5%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#422B20 (or 0x422B20) is known color: Morocco Brown. HEX triplet: 42, 2B and 20. RGB value is (66,43,32). Sum of RGB (Red+Green+Blue) = 66+43+32=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #422B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B20 is #BDD4DF. Grayscale: #303030. Windows color (decimal): -12440800 or 2108226. OLE color: 2108226.

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

Color convert

RGB 66 43 32 -
CMYK 0 0.35 0.52 0.74
HSL 19.41º 0.35% 0.19% -
HSV(B) 19.41º 0.52% 0.26% -
XYZ 3.37 2.99 1.77 -
YUV 48.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 66 43 32 0 0.35 0.52 0.74 19.41 0.35 0.19
Hex 42 2B 20 0 23 34 4A 13 23 13
Octal 102 53 40 0 43 64 112 23 43 23
Binary 1000010 101011 100000 0 100011 110100 1001010 10011 100011 10011

Color Harmonies of #422B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B20

Black with #422B20

Text Example


Text Example

White with #422B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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