#403902

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

Shades of Madras #403902

Tints of Madras #403902

Color information

#403902 (or 0x403902) is unknown color: approx Madras. HEX triplet: 40, 39 and 02. RGB value is (64,57,2). Sum of RGB (Red+Green+Blue) = 64+57+2=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403902 is #BFC6FD. Grayscale: #353535. Windows color (decimal): -12568318 or 145728. OLE color: 145728.

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

Color convert

RGB64572-
CMYK00.110.970.75
HSL53.23º93.94%12.94%-
HSV(B)53.23º96.88%25.1%-
XYZ3.594.020.64-
YUV52.8299.32135.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=52.03%
G=46.34%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6457200.110.970.7553.2393.9412.94
Hex403920B614B355ed
Octal1007120131411136513615
Binary100000011100110010111100001100101111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403902; }

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

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

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

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

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

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

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

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