#40391D

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

Shades of Madras #40391D

Tints of Madras #40391D

Color information

#40391D (or 0x40391D) is unknown color: approx Madras. HEX triplet: 40, 39 and 1D. RGB value is (64,57,29). Sum of RGB (Red+Green+Blue) = 64+57+29=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391D is #BFC6E2. Grayscale: #383838. Windows color (decimal): -12568291 or 1915200. OLE color: 1915200.

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

Color convert

RGB645729-
CMYK00.110.550.75
HSL48º37.63%18.24%-
HSV(B)48º54.69%25.1%-
XYZ3.84.11.75-
YUV55.9112.82133.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 57 (22.66% from 255) = 38%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=42.67%
G=38%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572900.110.550.754837.6318.24
Hex40391D0B374B302612
Octal100713501367113604622
Binary10000001110011110101011110111100101111000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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