#403601

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

Shades of Madras #403601

Tints of Madras #403601

Color information

#403601 (or 0x403601) is unknown color: approx Madras. HEX triplet: 40, 36 and 01. RGB value is (64,54,1). Sum of RGB (Red+Green+Blue) = 64+54+1=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403601 is #BFC9FE. Grayscale: #333333. Windows color (decimal): -12569087 or 79424. OLE color: 79424.

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

Color convert

RGB64541-
CMYK00.160.980.75
HSL50.48º96.92%12.75%-
HSV(B)50.48º98.44%25.1%-
XYZ3.443.730.57-
YUV50.9599.81137.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=53.78%
G=45.38%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6454100.160.980.7550.4896.9212.75
Hex40361010624B3261d
Octal1006610201421136214115
Binary100000011011010100001100010100101111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403601; }

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

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

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

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

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

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

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

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