Html Css Color HEX #422A1D Morocco Brown

📋 copy color: '#422A1D'

red 66 ◦ green 42 ◦ blue 29

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

Shades of Morocco Brown #422A1D

Tints of Morocco Brown #422A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 48.18%
G = 30.66%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#422A1D (or 0x422A1D) is known color: Morocco Brown. HEX triplet: 42, 2A and 1D. RGB value is (66,42,29). Sum of RGB (Red+Green+Blue) = 66+42+29=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A1D is #BDD5E2. Grayscale: #2F2F2F. Windows color (decimal): -12441059 or 1911362. OLE color: 1911362.

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

Color convert

RGB 66 42 29 -
CMYK 0 0.36 0.56 0.74
HSL 21.08º 0.39% 0.19% -
HSV(B) 21.08º 0.56% 0.26% -
XYZ 3.3 2.9 1.55 -
YUV 47.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 66 42 29 0 0.36 0.56 0.74 21.08 0.39 0.19
Hex 42 2A 1D 0 24 38 4A 15 27 13
Octal 102 52 35 0 44 70 112 25 47 23
Binary 1000010 101010 11101 0 100100 111000 1001010 10101 100111 10011

Color Harmonies of #422A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A1D

Black with #422A1D

Text Example


Text Example

White with #422A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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