#41291D

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

Shades of Morocco Brown #41291D

Tints of Morocco Brown #41291D

Color information

#41291D (or 0x41291D) is unknown color: approx Morocco Brown. HEX triplet: 41, 29 and 1D. RGB value is (65,41,29). Sum of RGB (Red+Green+Blue) = 65+41+29=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41291D is #BED6E2. Grayscale: #2E2E2E. Windows color (decimal): -12506851 or 1911105. OLE color: 1911105.

HSL color Cylindrical-coordinate representation of color #41291D: hue angle of 20º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41291D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB654129-
CMYK00.370.550.75
HSL20º38.3%18.43%-
HSV(B)20º55.38%25.49%-
XYZ3.192.81.53-
YUV46.81117.95140.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=48.15%
G=30.37%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65412900.370.550.752038.318.43
Hex41291D025374B142612
Octal101513504567113244622
Binary100000110100111101010010111011110010111010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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