#403D1A

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

Shades of Madras #403D1A

Tints of Madras #403D1A

Color information

#403D1A (or 0x403D1A) is unknown color: approx Madras. HEX triplet: 40, 3D and 1A. RGB value is (64,61,26). Sum of RGB (Red+Green+Blue) = 64+61+26=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1A is #BFC2E5. Grayscale: #3A3A3A. Windows color (decimal): -12567270 or 1719616. OLE color: 1719616.

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

Color convert

RGB646126-
CMYK00.050.590.75
HSL55.26º42.22%17.65%-
HSV(B)55.26º59.38%25.1%-
XYZ3.974.51.64-
YUV57.91109.99132.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=42.38%
G=40.40%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64612600.050.590.7555.2642.2217.65
Hex403D1A053B4B372a12
Octal10075320573113675222
Binary1000000111101110100101111011100101111011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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