#412A21

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

Shades of Morocco Brown #412A21

Tints of Morocco Brown #412A21

Color information

#412A21 (or 0x412A21) is unknown color: approx Morocco Brown. HEX triplet: 41, 2A and 21. RGB value is (65,42,33). Sum of RGB (Red+Green+Blue) = 65+42+33=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A21 is #BED5DE. Grayscale: #2F2F2F. Windows color (decimal): -12506591 or 2173505. OLE color: 2173505.

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

Color convert

RGB654233-
CMYK00.350.490.75
HSL16.88º32.65%19.22%-
HSV(B)16.88º49.23%25.49%-
XYZ3.282.891.82-
YUV47.85119.62140.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=46.43%
G=30%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65423300.350.490.7516.8832.6519.22
Hex412A21023314B112113
Octal101524104361113214123
Binary1000001101010100001010001111000110010111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,33); }

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

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

 a { background-color: rgb(65,42,33); }

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

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

 span { border-color: rgb(65,42,33); }

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