#422D21

Color #422D21 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #422D21

Tints of Morocco Brown #422D21

Color information

#422D21 (or 0x422D21) is unknown color: approx 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

RGB664533-
CMYK00.320.50.74
HSL21.82º33.33%19.41%-
HSV(B)21.82º50%25.88%-
XYZ3.463.141.86-
YUV49.91118.46139.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66453300.320.50.7421.8233.3319.41
Hex422D21020324A162113
Octal102554104062112264123
Binary1000010101101100001010000011001010010101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>