#403A1E

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

Shades of Madras #403A1E

Tints of Madras #403A1E

Color information

#403A1E (or 0x403A1E) is unknown color: approx Madras. HEX triplet: 40, 3A and 1E. RGB value is (64,58,30). Sum of RGB (Red+Green+Blue) = 64+58+30=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1E is #BFC5E1. Grayscale: #383838. Windows color (decimal): -12568034 or 1980992. OLE color: 1980992.

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

Color convert

RGB645830-
CMYK00.090.530.75
HSL49.41º36.17%18.43%-
HSV(B)49.41º53.12%25.1%-
XYZ3.864.211.84-
YUV56.6112.99133.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=42.11%
G=38.16%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583000.090.530.7549.4136.1718.43
Hex403A1E09354B312412
Octal100723601165113614422
Binary10000001110101111001001110101100101111000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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