#40391F

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

Shades of Madras #40391F

Tints of Madras #40391F

Color information

#40391F (or 0x40391F) is unknown color: approx Madras. HEX triplet: 40, 39 and 1F. RGB value is (64,57,31). Sum of RGB (Red+Green+Blue) = 64+57+31=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #40391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391F is #BFC6E0. Grayscale: #383838. Windows color (decimal): -12568289 or 2046272. OLE color: 2046272.

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

Color convert

RGB645731-
CMYK00.110.520.75
HSL47.27º34.74%18.63%-
HSV(B)47.27º51.56%25.1%-
XYZ3.824.121.89-
YUV56.13113.82133.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=42.11%
G=37.5%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64573100.110.520.7547.2734.7418.63
Hex40391F0B344B2f2313
Octal100713701364113574323
Binary10000001110011111101011110100100101110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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