#412D24

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

Shades of Morocco Brown #412D24

Tints of Morocco Brown #412D24

Color information

#412D24 (or 0x412D24) is unknown color: approx Morocco Brown. HEX triplet: 41, 2D and 24. RGB value is (65,45,36). Sum of RGB (Red+Green+Blue) = 65+45+36=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #412D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D24 is #BED2DB. Grayscale: #323232. Windows color (decimal): -12505820 or 2370881. OLE color: 2370881.

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

Color convert

RGB654536-
CMYK00.310.450.75
HSL18.62º28.71%19.8%-
HSV(B)18.62º44.62%25.49%-
XYZ3.443.132.09-
YUV49.95120.13138.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=44.52%
G=30.82%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65453600.310.450.7518.6228.7119.8
Hex412D2401F2D4B131d14
Octal101554403755113233524
Binary10000011011011001000111111011011001011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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