#40391A

Color #40391A Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #40391A

Tints of Madras #40391A

Color information

#40391A (or 0x40391A) is unknown color: approx Madras. HEX triplet: 40, 39 and 1A. RGB value is (64,57,26). Sum of RGB (Red+Green+Blue) = 64+57+26=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391A is #BFC6E5. Grayscale: #373737. Windows color (decimal): -12568294 or 1718592. OLE color: 1718592.

HSL color Cylindrical-coordinate representation of color #40391A: hue angle of 48.95º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40391A is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB645726-
CMYK00.110.590.75
HSL48.95º42.22%17.65%-
HSV(B)48.95º59.38%25.1%-
XYZ3.764.091.57-
YUV55.56111.32134.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=43.54%
G=38.78%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572600.110.590.7548.9542.2217.65
Hex40391A0B3B4B312a12
Octal100713201373113615222
Binary10000001110011101001011111011100101111000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40391A; }

 p { color: rgb(64,57,26); }

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

<style>
 a { background-color: #40391A; }

 a { background-color: rgb(64,57,26); }

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

<style>
 span { border-color: #40391A; }

 span { border-color: rgb(64,57,26); }

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