#41291F

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

Shades of Morocco Brown #41291F

Tints of Morocco Brown #41291F

Color information

#41291F (or 0x41291F) is unknown color: approx Morocco Brown. HEX triplet: 41, 29 and 1F. RGB value is (65,41,31). Sum of RGB (Red+Green+Blue) = 65+41+31=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #41291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291F is #BED6E0. Grayscale: #2F2F2F. Windows color (decimal): -12506849 or 2042177. OLE color: 2042177.

HSL color Cylindrical-coordinate representation of color #41291F: hue angle of 17.65º 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 #41291F is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB654131-
CMYK00.370.520.75
HSL17.65º35.42%18.82%-
HSV(B)17.65º52.31%25.49%-
XYZ3.222.811.67-
YUV47.04118.95140.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=47.45%
G=29.93%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65413100.370.520.7517.6535.4218.82
Hex41291F025344B122313
Octal101513704564113224323
Binary100000110100111111010010111010010010111001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41291F; }

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

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

<style>
 a { background-color: #41291F; }

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

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

<style>
 span { border-color: #41291F; }

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

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