#403801

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

Shades of Madras #403801

Tints of Madras #403801

Color information

#403801 (or 0x403801) is unknown color: approx Madras. HEX triplet: 40, 38 and 01. RGB value is (64,56,1). Sum of RGB (Red+Green+Blue) = 64+56+1=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403801 is #BFC7FE. Grayscale: #343434. Windows color (decimal): -12568575 or 79936. OLE color: 79936.

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

Color convert

RGB64561-
CMYK00.130.980.75
HSL52.38º96.92%12.75%-
HSV(B)52.38º98.44%25.1%-
XYZ3.533.920.6-
YUV52.1299.15136.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=52.89%
G=46.28%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6456100.130.980.7552.3896.9212.75
Hex403810D624B3461d
Octal1007010151421136414115
Binary10000001110001011011100010100101111010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403801; }

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

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

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

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

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

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

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

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