#403E1A

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

Shades of Madras #403E1A

Tints of Madras #403E1A

Color information

#403E1A (or 0x403E1A) is unknown color: approx Madras. HEX triplet: 40, 3E and 1A. RGB value is (64,62,26). Sum of RGB (Red+Green+Blue) = 64+62+26=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E1A is #BFC1E5. Grayscale: #3A3A3A. Windows color (decimal): -12567014 or 1719872. OLE color: 1719872.

HSL color Cylindrical-coordinate representation of color #403E1A: hue angle of 56.84º 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 #403E1A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB646226-
CMYK00.030.590.75
HSL56.84º42.22%17.65%-
HSV(B)56.84º59.38%25.1%-
XYZ4.024.611.66-
YUV58.49109.66131.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=42.11%
G=40.79%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64622600.030.590.7556.8442.2217.65
Hex403E1A033B4B392a12
Octal10076320373113715222
Binary100000011111011010011111011100101111100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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