#403705

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

Shades of Madras #403705

Tints of Madras #403705

Color information

#403705 (or 0x403705) is unknown color: approx Madras. HEX triplet: 40, 37 and 05. RGB value is (64,55,5). Sum of RGB (Red+Green+Blue) = 64+55+5=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403705 is #BFC8FA. Grayscale: #343434. Windows color (decimal): -12568827 or 341824. OLE color: 341824.

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

Color convert

RGB64555-
CMYK00.140.920.75
HSL50.85º85.51%13.53%-
HSV(B)50.85º92.19%25.1%-
XYZ3.513.830.7-
YUV51.99101.48136.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=51.61%
G=44.35%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6455500.140.920.7550.8585.5113.53
Hex403750E5C4B3356e
Octal1006750161341136312616
Binary1000000110111101011101011100100101111001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403705; }

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

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

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

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

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

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

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

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