#403805

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

Shades of Madras #403805

Tints of Madras #403805

Color information

#403805 (or 0x403805) is unknown color: approx Madras. HEX triplet: 40, 38 and 05. RGB value is (64,56,5). Sum of RGB (Red+Green+Blue) = 64+56+5=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403805 is #BFC7FA. Grayscale: #343434. Windows color (decimal): -12568571 or 342080. OLE color: 342080.

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

Color convert

RGB64565-
CMYK00.130.920.75
HSL51.86º85.51%13.53%-
HSV(B)51.86º92.19%25.1%-
XYZ3.563.930.71-
YUV52.58101.15136.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 5 (2.34% from 255) = 4%
R=51.2%
G=44.8%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6456500.130.920.7551.8685.5113.53
Hex403850D5C4B3456e
Octal1007050151341136412616
Binary1000000111000101011011011100100101111010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403805; }

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

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

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

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

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

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

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

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