#403A24

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

Shades of Madras #403A24

Tints of Madras #403A24

Color information

#403A24 (or 0x403A24) is unknown color: approx Madras. HEX triplet: 40, 3A and 24. RGB value is (64,58,36). Sum of RGB (Red+Green+Blue) = 64+58+36=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #403A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A24 is #BFC5DB. Grayscale: #393939. Windows color (decimal): -12568028 or 2374208. OLE color: 2374208.

HSL color Cylindrical-coordinate representation of color #403A24: hue angle of 47.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403A24 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB645836-
CMYK00.090.440.75
HSL47.14º28%19.61%-
HSV(B)47.14º43.75%25.1%-
XYZ3.954.242.28-
YUV57.29115.99132.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=40.51%
G=36.71%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64583600.090.440.7547.142819.61
Hex403A24092C4B2f1c14
Octal100724401154113573424
Binary10000001110101001000100110110010010111011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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