#403904

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

Shades of Madras #403904

Tints of Madras #403904

Color information

#403904 (or 0x403904) is unknown color: approx Madras. HEX triplet: 40, 39 and 04. RGB value is (64,57,4). Sum of RGB (Red+Green+Blue) = 64+57+4=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403904 is #BFC6FB. Grayscale: #353535. Windows color (decimal): -12568316 or 276800. OLE color: 276800.

HSL color Cylindrical-coordinate representation of color #403904: hue angle of 53º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #403904 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB64574-
CMYK00.110.940.75
HSL53º88.24%13.33%-
HSV(B)53º93.75%25.1%-
XYZ3.64.030.7-
YUV53.05100.32135.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=51.2%
G=45.6%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6457400.110.940.755388.2413.33
Hex403940B5E4B3558d
Octal1007140131361136513015
Binary1000000111001100010111011110100101111010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403904; }

 p { color: rgb(64,57,4); }

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

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

 a { background-color: rgb(64,57,4); }

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

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

 span { border-color: rgb(64,57,4); }

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