#412A1E

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

Shades of Morocco Brown #412A1E

Tints of Morocco Brown #412A1E

Color information

#412A1E (or 0x412A1E) is unknown color: approx Morocco Brown. HEX triplet: 41, 2A and 1E. RGB value is (65,42,30). Sum of RGB (Red+Green+Blue) = 65+42+30=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1E is #BED5E1. Grayscale: #2F2F2F. Windows color (decimal): -12506594 or 1976897. OLE color: 1976897.

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

Color convert

RGB654230-
CMYK00.350.540.75
HSL20.57º36.84%18.63%-
HSV(B)20.57º53.85%25.49%-
XYZ3.242.871.61-
YUV47.51118.12140.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=47.45%
G=30.66%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65423000.350.540.7520.5736.8418.63
Hex412A1E023364B152513
Octal101523604366113254523
Binary100000110101011110010001111011010010111010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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