#50401D

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

Shades of Madras #50401D

Tints of Madras #50401D

Color information

#50401D (or 0x50401D) is unknown color: approx Madras. HEX triplet: 50, 40 and 1D. RGB value is (80,64,29). Sum of RGB (Red+Green+Blue) = 80+64+29=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401D is #AFBFE2. Grayscale: #404040. Windows color (decimal): -11517923 or 1917008. OLE color: 1917008.

HSL color Cylindrical-coordinate representation of color #50401D: hue angle of 41.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50401D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB806429-
CMYK00.200.640.69
HSL41.18º46.79%21.37%-
HSV(B)41.18º63.75%31.37%-
XYZ5.365.461.93-
YUV64.79107.8138.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=46.24%
G=36.99%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642900.200.640.6941.1846.7921.37
Hex50401D0144045292f15
Octal12010035024100105515725
Binary10100001000000111010101001000000100010110100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50401D; }

 p { color: rgb(80,64,29); }

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

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

 a { background-color: rgb(80,64,29); }

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

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

 span { border-color: rgb(80,64,29); }

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