#50411F

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

Shades of Madras #50411F

Tints of Madras #50411F

Color information

#50411F (or 0x50411F) is unknown color: approx Madras. HEX triplet: 50, 41 and 1F. RGB value is (80,65,31). Sum of RGB (Red+Green+Blue) = 80+65+31=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50411F is #AFBEE0. Grayscale: #414141. Windows color (decimal): -11517665 or 2048336. OLE color: 2048336.

HSL color Cylindrical-coordinate representation of color #50411F: hue angle of 41.63º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50411F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB806531-
CMYK00.190.610.69
HSL41.63º44.14%21.76%-
HSV(B)41.63º61.25%31.37%-
XYZ5.455.582.09-
YUV65.61108.47138.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=45.45%
G=36.93%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80653100.190.610.6941.6344.1421.76
Hex50411F0133D452a2c16
Octal1201013702375105525426
Binary1010000100000111111010011111101100010110101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50411F; }

 p { color: rgb(80,65,31); }

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

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

 a { background-color: rgb(80,65,31); }

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

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

 span { border-color: rgb(80,65,31); }

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