#403D1D

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

Shades of Madras #403D1D

Tints of Madras #403D1D

Color information

#403D1D (or 0x403D1D) is unknown color: approx Madras. HEX triplet: 40, 3D and 1D. RGB value is (64,61,29). Sum of RGB (Red+Green+Blue) = 64+61+29=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1D is #BFC2E2. Grayscale: #3A3A3A. Windows color (decimal): -12567267 or 1916224. OLE color: 1916224.

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

Color convert

RGB646129-
CMYK00.050.550.75
HSL54.86º37.63%18.24%-
HSV(B)54.86º54.69%25.1%-
XYZ44.521.82-
YUV58.25111.49132.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 61 (24.22% from 255) = 39.61%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=41.56%
G=39.61%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64612900.050.550.7554.8637.6318.24
Hex403D1D05374B372612
Octal10075350567113674622
Binary1000000111101111010101110111100101111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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