#422E21

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

Shades of Morocco Brown #422E21

Tints of Morocco Brown #422E21

Color information

#422E21 (or 0x422E21) is unknown color: approx Morocco Brown. HEX triplet: 42, 2E and 21. RGB value is (66,46,33). Sum of RGB (Red+Green+Blue) = 66+46+33=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #422E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E21 is #BDD1DE. Grayscale: #323232. Windows color (decimal): -12440031 or 2174530. OLE color: 2174530.

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

Color convert

RGB664633-
CMYK00.300.50.74
HSL23.64º33.33%19.41%-
HSV(B)23.64º50%25.88%-
XYZ3.53.221.88-
YUV50.5118.13139.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=45.52%
G=31.72%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66463300.300.50.7423.6433.3319.41
Hex422E2101E324A182113
Octal102564103662112304123
Binary100001010111010000101111011001010010101100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #422E21;
 }
 .AnyTagClassName
 {
   color: #422E21;
 }
</style>
background-color css

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

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

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

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

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

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