#40291F

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

Shades of Morocco Brown #40291F

Tints of Morocco Brown #40291F

Color information

#40291F (or 0x40291F) is unknown color: approx Morocco Brown. HEX triplet: 40, 29 and 1F. RGB value is (64,41,31). Sum of RGB (Red+Green+Blue) = 64+41+31=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #40291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40291F is #BFD6E0. Grayscale: #2E2E2E. Windows color (decimal): -12572385 or 2042176. OLE color: 2042176.

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

Color convert

RGB644131-
CMYK00.360.520.75
HSL18.18º34.74%18.63%-
HSV(B)18.18º51.56%25.1%-
XYZ3.152.771.67-
YUV46.74119.12140.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 30.15%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=47.06%
G=30.15%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64413100.360.520.7518.1834.7418.63
Hex40291F024344B122313
Octal100513704464113224323
Binary100000010100111111010010011010010010111001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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