#403A1A

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

Shades of Madras #403A1A

Tints of Madras #403A1A

Color information

#403A1A (or 0x403A1A) is unknown color: approx Madras. HEX triplet: 40, 3A and 1A. RGB value is (64,58,26). Sum of RGB (Red+Green+Blue) = 64+58+26=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1A is #BFC5E5. Grayscale: #383838. Windows color (decimal): -12568038 or 1718848. OLE color: 1718848.

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

Color convert

RGB645826-
CMYK00.090.590.75
HSL50.53º42.22%17.65%-
HSV(B)50.53º59.38%25.1%-
XYZ3.814.191.59-
YUV56.15110.99133.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=43.24%
G=39.19%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64582600.090.590.7550.5342.2217.65
Hex403A1A093B4B332a12
Octal100723201173113635222
Binary10000001110101101001001111011100101111001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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