#412D26

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

Shades of Morocco Brown #412D26

Tints of Morocco Brown #412D26

Color information

#412D26 (or 0x412D26) is unknown color: approx Morocco Brown. HEX triplet: 41, 2D and 26. RGB value is (65,45,38). Sum of RGB (Red+Green+Blue) = 65+45+38=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #412D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D26 is #BED2D9. Grayscale: #323232. Windows color (decimal): -12505818 or 2501953. OLE color: 2501953.

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

Color convert

RGB654538-
CMYK00.310.420.75
HSL15.56º26.21%20.2%-
HSV(B)15.56º41.54%25.49%-
XYZ3.473.142.26-
YUV50.18121.13138.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=43.92%
G=30.41%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65453800.310.420.7515.5626.2120.2
Hex412D2601F2A4B101a14
Octal101554603752113203224
Binary10000011011011001100111111010101001011100001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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