#412C24

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

Shades of Morocco Brown #412C24

Tints of Morocco Brown #412C24

Color information

#412C24 (or 0x412C24) is unknown color: approx Morocco Brown. HEX triplet: 41, 2C and 24. RGB value is (65,44,36). Sum of RGB (Red+Green+Blue) = 65+44+36=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #412C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C24 is #BED3DB. Grayscale: #313131. Windows color (decimal): -12506076 or 2370625. OLE color: 2370625.

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

Color convert

RGB654436-
CMYK00.320.450.75
HSL16.55º28.71%19.8%-
HSV(B)16.55º44.62%25.49%-
XYZ3.43.052.08-
YUV49.37120.46139.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=44.83%
G=30.34%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65443600.320.450.7516.5528.7119.8
Hex412C240202D4B111d14
Octal101544404055113213524
Binary100000110110010010001000001011011001011100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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