#40291E

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

Shades of Morocco Brown #40291E

Tints of Morocco Brown #40291E

Color information

#40291E (or 0x40291E) is unknown color: approx Morocco Brown. HEX triplet: 40, 29 and 1E. RGB value is (64,41,30). Sum of RGB (Red+Green+Blue) = 64+41+30=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291E is #BFD6E1. Grayscale: #2E2E2E. Windows color (decimal): -12572386 or 1976640. OLE color: 1976640.

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

Color convert

RGB644130-
CMYK00.360.530.75
HSL19.41º36.17%18.43%-
HSV(B)19.41º53.12%25.1%-
XYZ3.142.771.6-
YUV46.62118.62140.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=47.41%
G=30.37%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64413000.360.530.7519.4136.1718.43
Hex40291E024354B132412
Octal100513604465113234422
Binary100000010100111110010010011010110010111001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40291E; }

 p { color: rgb(64,41,30); }

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

<style>
 a { background-color: #40291E; }

 a { background-color: rgb(64,41,30); }

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

<style>
 span { border-color: #40291E; }

 span { border-color: rgb(64,41,30); }

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