#403711

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

Shades of Madras #403711

Tints of Madras #403711

Color information

#403711 (or 0x403711) is unknown color: approx Madras. HEX triplet: 40, 37 and 11. RGB value is (64,55,17). Sum of RGB (Red+Green+Blue) = 64+55+17=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403711 is #BFC8EE. Grayscale: #353535. Windows color (decimal): -12568815 or 1128256. OLE color: 1128256.

HSL color Cylindrical-coordinate representation of color #403711: hue angle of 48.51º 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 #403711 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB645517-
CMYK00.140.730.75
HSL48.51º58.02%15.88%-
HSV(B)48.51º73.44%25.1%-
XYZ3.583.861.09-
YUV53.36107.48135.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=47.06%
G=40.44%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64551700.140.730.7548.5158.0215.88
Hex4037110E494B313a10
Octal1006721016111113617220
Binary100000011011110001011101001001100101111000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403711; }

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

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

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

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

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

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

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

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