#40391E

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

Shades of Madras #40391E

Tints of Madras #40391E

Color information

#40391E (or 0x40391E) is unknown color: approx Madras. HEX triplet: 40, 39 and 1E. RGB value is (64,57,30). Sum of RGB (Red+Green+Blue) = 64+57+30=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391E is #BFC6E1. Grayscale: #383838. Windows color (decimal): -12568290 or 1980736. OLE color: 1980736.

HSL color Cylindrical-coordinate representation of color #40391E: hue angle of 47.65º 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 #40391E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB645730-
CMYK00.110.530.75
HSL47.65º36.17%18.43%-
HSV(B)47.65º53.12%25.1%-
XYZ3.814.111.82-
YUV56.02113.32133.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=42.38%
G=37.75%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64573000.110.530.7547.6536.1718.43
Hex40391E0B354B302412
Octal100713601365113604422
Binary10000001110011111001011110101100101111000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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