#50411A

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

Shades of Madras #50411A

Tints of Madras #50411A

Color information

#50411A (or 0x50411A) is unknown color: approx Madras. HEX triplet: 50, 41 and 1A. RGB value is (80,65,26). Sum of RGB (Red+Green+Blue) = 80+65+26=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50411A is #AFBEE5. Grayscale: #414141. Windows color (decimal): -11517670 or 1720656. OLE color: 1720656.

HSL color Cylindrical-coordinate representation of color #50411A: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50411A is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB806526-
CMYK00.190.670.69
HSL43.33º50.94%20.78%-
HSV(B)43.33º67.5%31.37%-
XYZ5.395.561.77-
YUV65.04105.97138.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=46.78%
G=38.01%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80652600.190.670.6943.3350.9420.78
Hex50411A01343452b3315
Octal12010132023103105536325
Binary10100001000001110100100111000011100010110101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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