#412C21

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

Shades of Morocco Brown #412C21

Tints of Morocco Brown #412C21

Color information

#412C21 (or 0x412C21) is unknown color: approx Morocco Brown. HEX triplet: 41, 2C and 21. RGB value is (65,44,33). Sum of RGB (Red+Green+Blue) = 65+44+33=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C21 is #BED3DE. Grayscale: #313131. Windows color (decimal): -12506079 or 2174017. OLE color: 2174017.

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

Color convert

RGB654433-
CMYK00.320.490.75
HSL20.62º32.65%19.22%-
HSV(B)20.62º49.23%25.49%-
XYZ3.363.031.85-
YUV49.02118.96139.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=45.77%
G=30.99%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65443300.320.490.7520.6232.6519.22
Hex412C21020314B152113
Octal101544104061113254123
Binary1000001101100100001010000011000110010111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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