#403D1E

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

Shades of Madras #403D1E

Tints of Madras #403D1E

Color information

#403D1E (or 0x403D1E) is unknown color: approx Madras. HEX triplet: 40, 3D and 1E. RGB value is (64,61,30). Sum of RGB (Red+Green+Blue) = 64+61+30=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1E is #BFC2E1. Grayscale: #3A3A3A. Windows color (decimal): -12567266 or 1981760. OLE color: 1981760.

HSL color Cylindrical-coordinate representation of color #403D1E: hue angle of 54.71º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403D1E is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB646130-
CMYK00.050.530.75
HSL54.71º36.17%18.43%-
HSV(B)54.71º53.12%25.1%-
XYZ4.024.521.89-
YUV58.36111.99132.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=41.29%
G=39.35%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64613000.050.530.7554.7136.1718.43
Hex403D1E05354B372412
Octal10075360565113674422
Binary1000000111101111100101110101100101111011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D1E; }

 p { color: rgb(64,61,30); }

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

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

 a { background-color: rgb(64,61,30); }

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

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

 span { border-color: rgb(64,61,30); }

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