#403911

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

Shades of Madras #403911

Tints of Madras #403911

Color information

#403911 (or 0x403911) is unknown color: approx Madras. HEX triplet: 40, 39 and 11. RGB value is (64,57,17). Sum of RGB (Red+Green+Blue) = 64+57+17=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403911 is #BFC6EE. Grayscale: #363636. Windows color (decimal): -12568303 or 1128768. OLE color: 1128768.

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

Color convert

RGB645717-
CMYK00.110.730.75
HSL51.06º58.02%15.88%-
HSV(B)51.06º73.44%25.1%-
XYZ3.684.061.12-
YUV54.53106.82134.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=46.38%
G=41.30%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64571700.110.730.7551.0658.0215.88
Hex4039110B494B333a10
Octal1007121013111113637220
Binary100000011100110001010111001001100101111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403911; }

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

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

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

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

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

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

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

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