#40391B

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

Shades of Madras #40391B

Tints of Madras #40391B

Color information

#40391B (or 0x40391B) is unknown color: approx Madras. HEX triplet: 40, 39 and 1B. RGB value is (64,57,27). Sum of RGB (Red+Green+Blue) = 64+57+27=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40391B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391B is #BFC6E4. Grayscale: #373737. Windows color (decimal): -12568293 or 1784128. OLE color: 1784128.

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

Color convert

RGB645727-
CMYK00.110.580.75
HSL48.65º40.66%17.84%-
HSV(B)48.65º57.81%25.1%-
XYZ3.784.11.63-
YUV55.67111.82133.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=43.24%
G=38.51%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572700.110.580.7548.6540.6617.84
Hex40391B0B3A4B312912
Octal100713301372113615122
Binary10000001110011101101011111010100101111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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