#403704

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

Shades of Madras #403704

Tints of Madras #403704

Color information

#403704 (or 0x403704) is unknown color: approx Madras. HEX triplet: 40, 37 and 04. RGB value is (64,55,4). Sum of RGB (Red+Green+Blue) = 64+55+4=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403704 is #BFC8FB. Grayscale: #343434. Windows color (decimal): -12568828 or 276288. OLE color: 276288.

HSL color Cylindrical-coordinate representation of color #403704: hue angle of 51º 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 #403704 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB64554-
CMYK00.140.940.75
HSL51º88.24%13.33%-
HSV(B)51º93.75%25.1%-
XYZ3.53.830.67-
YUV51.88100.98136.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=52.03%
G=44.72%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455400.140.940.755188.2413.33
Hex403740E5E4B3358d
Octal1006740161361136313015
Binary1000000110111100011101011110100101111001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403704; }

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

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

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

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

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

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

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

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