#403920

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

Shades of Madras #403920

Tints of Madras #403920

Color information

#403920 (or 0x403920) is unknown color: approx Madras. HEX triplet: 40, 39 and 20. RGB value is (64,57,32). Sum of RGB (Red+Green+Blue) = 64+57+32=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403920 is #BFC6DF. Grayscale: #383838. Windows color (decimal): -12568288 or 2111808. OLE color: 2111808.

HSL color Cylindrical-coordinate representation of color #403920: hue angle of 46.87º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403920 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB645732-
CMYK00.110.500.75
HSL46.87º33.33%18.82%-
HSV(B)46.87º50%25.1%-
XYZ3.844.121.96-
YUV56.24114.32133.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 57 (22.66% from 255) = 37.25%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=41.83%
G=37.25%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64573200.110.500.7546.8733.3318.82
Hex4039200B324B2f2113
Octal100714001362113574123
Binary100000011100110000001011110010100101110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403920; }

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

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

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

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

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

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

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

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