Html Css Color HEX #422D21 Morocco Brown

📋 copy color: '#422D21'

red 66 ◦ green 45 ◦ blue 33

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

Shades of Morocco Brown #422D21

Tints of Morocco Brown #422D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.92%

R = 45.83%
G = 31.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422D21 (or 0x422D21) is known color: Morocco Brown. HEX triplet: 42, 2D and 21. RGB value is (66,45,33). Sum of RGB (Red+Green+Blue) = 66+45+33=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #422D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D21 is #BDD2DE. Grayscale: #313131. Windows color (decimal): -12440287 or 2174274. OLE color: 2174274.

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

Color convert

RGB 66 45 33 -
CMYK 0 0.32 0.5 0.74
HSL 21.82º 0.33% 0.19% -
HSV(B) 21.82º 0.5% 0.26% -
XYZ 3.46 3.14 1.86 -
YUV 49.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 66 45 33 0 0.32 0.5 0.74 21.82 0.33 0.19
Hex 42 2D 21 0 20 32 4A 16 21 13
Octal 102 55 41 0 40 62 112 26 41 23
Binary 1000010 101101 100001 0 100000 110010 1001010 10110 100001 10011

Color Harmonies of #422D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D21

Black with #422D21

Text Example


Text Example

White with #422D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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