#412B21

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

Shades of Morocco Brown #412B21

Tints of Morocco Brown #412B21

Color information

#412B21 (or 0x412B21) is unknown color: approx Morocco Brown. HEX triplet: 41, 2B and 21. RGB value is (65,43,33). Sum of RGB (Red+Green+Blue) = 65+43+33=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B21 is #BED4DE. Grayscale: #303030. Windows color (decimal): -12506335 or 2173761. OLE color: 2173761.

HSL color Cylindrical-coordinate representation of color #412B21: hue angle of 18.75º 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 #412B21 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB654333-
CMYK00.340.490.75
HSL18.75º32.65%19.22%-
HSV(B)18.75º49.23%25.49%-
XYZ3.322.961.84-
YUV48.44119.29139.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=46.10%
G=30.50%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65433300.340.490.7518.7532.6519.22
Hex412B21022314B132113
Octal101534104261113234123
Binary1000001101011100001010001011000110010111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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