#412A1F

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

Shades of Morocco Brown #412A1F

Tints of Morocco Brown #412A1F

Color information

#412A1F (or 0x412A1F) is unknown color: approx Morocco Brown. HEX triplet: 41, 2A and 1F. RGB value is (65,42,31). Sum of RGB (Red+Green+Blue) = 65+42+31=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1F is #BED5E0. Grayscale: #2F2F2F. Windows color (decimal): -12506593 or 2042433. OLE color: 2042433.

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

Color convert

RGB654231-
CMYK00.350.520.75
HSL19.41º35.42%18.82%-
HSV(B)19.41º52.31%25.49%-
XYZ3.262.881.68-
YUV47.62118.62140.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 42 (16.80% from 255) = 30.43%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=47.10%
G=30.43%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65423100.350.520.7519.4135.4218.82
Hex412A1F023344B132313
Octal101523704364113234323
Binary100000110101011111010001111010010010111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,31); }

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

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

 a { background-color: rgb(65,42,31); }

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

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

 span { border-color: rgb(65,42,31); }

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