#403916

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

Shades of Madras #403916

Tints of Madras #403916

Color information

#403916 (or 0x403916) is unknown color: approx Madras. HEX triplet: 40, 39 and 16. RGB value is (64,57,22). Sum of RGB (Red+Green+Blue) = 64+57+22=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403916 is #BFC6E9. Grayscale: #373737. Windows color (decimal): -12568298 or 1456448. OLE color: 1456448.

HSL color Cylindrical-coordinate representation of color #403916: hue angle of 50º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403916 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB645722-
CMYK00.110.660.75
HSL50º48.84%16.86%-
HSV(B)50º65.62%25.1%-
XYZ3.724.071.35-
YUV55.1109.32134.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=44.76%
G=39.86%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572200.110.660.755048.8416.86
Hex4039160B424B323111
Octal1007126013102113626121
Binary100000011100110110010111000010100101111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403916; }

 p { color: rgb(64,57,22); }

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

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

 a { background-color: rgb(64,57,22); }

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

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

 span { border-color: rgb(64,57,22); }

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