#412B20

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

Shades of Morocco Brown #412B20

Tints of Morocco Brown #412B20

Color information

#412B20 (or 0x412B20) is unknown color: approx Morocco Brown. HEX triplet: 41, 2B and 20. RGB value is (65,43,32). Sum of RGB (Red+Green+Blue) = 65+43+32=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B20 is #BED4DF. Grayscale: #303030. Windows color (decimal): -12506336 or 2108225. OLE color: 2108225.

HSL color Cylindrical-coordinate representation of color #412B20: hue angle of 20º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412B20 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB654332-
CMYK00.340.510.75
HSL20º34.02%19.02%-
HSV(B)20º50.77%25.49%-
XYZ3.32.961.76-
YUV48.32118.79139.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=46.43%
G=30.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65433200.340.510.752034.0219.02
Hex412B20022334B142213
Octal101534004263113244223
Binary1000001101011100000010001011001110010111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B20; }

 p { color: rgb(65,43,32); }

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

<style>
 a { background-color: #412B20; }

 a { background-color: rgb(65,43,32); }

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

<style>
 span { border-color: #412B20; }

 span { border-color: rgb(65,43,32); }

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