Html Css Color HEX #422C21 Morocco Brown

📋 copy color: '#422C21'

red 66 ◦ green 44 ◦ blue 33

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

Shades of Morocco Brown #422C21

Tints of Morocco Brown #422C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.77%

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

R = 46.15%
G = 30.77%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422C21 (or 0x422C21) is known color: Morocco Brown. HEX triplet: 42, 2C and 21. RGB value is (66,44,33). Sum of RGB (Red+Green+Blue) = 66+44+33=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C21 is #BDD3DE. Grayscale: #313131. Windows color (decimal): -12440543 or 2174018. OLE color: 2174018.

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

Color convert

RGB 66 44 33 -
CMYK 0 0.33 0.5 0.74
HSL 20º 0.33% 0.19% -
HSV(B) 20º 0.5% 0.26% -
XYZ 3.42 3.07 1.85 -
YUV 49.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 66 44 33 0 0.33 0.5 0.74 20 0.33 0.19
Hex 42 2C 21 0 21 32 4A 14 21 13
Octal 102 54 41 0 41 62 112 24 41 23
Binary 1000010 101100 100001 0 100001 110010 1001010 10100 100001 10011

Color Harmonies of #422C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C21

Black with #422C21

Text Example


Text Example

White with #422C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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