#412E24

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

Shades of Morocco Brown #412E24

Tints of Morocco Brown #412E24

Color information

#412E24 (or 0x412E24) is unknown color: approx Morocco Brown. HEX triplet: 41, 2E and 24. RGB value is (65,46,36). Sum of RGB (Red+Green+Blue) = 65+46+36=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #412E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E24 is #BED1DB. Grayscale: #323232. Windows color (decimal): -12505564 or 2371137. OLE color: 2371137.

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

Color convert

RGB654636-
CMYK00.290.450.75
HSL20.69º28.71%19.8%-
HSV(B)20.69º44.62%25.49%-
XYZ3.483.212.1-
YUV50.54119.79138.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=44.22%
G=31.29%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65463600.290.450.7520.6928.7119.8
Hex412E2401D2D4B151d14
Octal101564403555113253524
Binary10000011011101001000111011011011001011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,36); }

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

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

 a { background-color: rgb(65,46,36); }

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

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

 span { border-color: rgb(65,46,36); }

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