#403702

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

Shades of Madras #403702

Tints of Madras #403702

Color information

#403702 (or 0x403702) is unknown color: approx Madras. HEX triplet: 40, 37 and 02. RGB value is (64,55,2). Sum of RGB (Red+Green+Blue) = 64+55+2=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403702 is #BFC8FD. Grayscale: #333333. Windows color (decimal): -12568830 or 145216. OLE color: 145216.

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

Color convert

RGB64552-
CMYK00.140.970.75
HSL51.29º93.94%12.94%-
HSV(B)51.29º96.88%25.1%-
XYZ3.493.830.61-
YUV51.6599.98136.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=52.89%
G=45.45%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455200.140.970.7551.2993.9412.94
Hex403720E614B335ed
Octal1006720161411136313615
Binary100000011011110011101100001100101111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403702; }

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

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

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

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

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

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

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

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