#403802

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

Shades of Madras #403802

Tints of Madras #403802

Color information

#403802 (or 0x403802) is unknown color: approx Madras. HEX triplet: 40, 38 and 02. RGB value is (64,56,2). Sum of RGB (Red+Green+Blue) = 64+56+2=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403802 is #BFC7FD. Grayscale: #343434. Windows color (decimal): -12568574 or 145472. OLE color: 145472.

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

Color convert

RGB64562-
CMYK00.130.970.75
HSL52.26º93.94%12.94%-
HSV(B)52.26º96.88%25.1%-
XYZ3.543.920.63-
YUV52.2499.65136.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=52.46%
G=45.90%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6456200.130.970.7552.2693.9412.94
Hex403820D614B345ed
Octal1007020151411136413615
Binary100000011100010011011100001100101111010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403802; }

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

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

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

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

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

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

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

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