#50401A

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

Shades of Madras #50401A

Tints of Madras #50401A

Color information

#50401A (or 0x50401A) is unknown color: approx Madras. HEX triplet: 50, 40 and 1A. RGB value is (80,64,26). Sum of RGB (Red+Green+Blue) = 80+64+26=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #50401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401A is #AFBFE5. Grayscale: #404040. Windows color (decimal): -11517926 or 1720400. OLE color: 1720400.

HSL color Cylindrical-coordinate representation of color #50401A: hue angle of 42.22º 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 #50401A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB806426-
CMYK00.200.670.69
HSL42.22º50.94%20.78%-
HSV(B)42.22º67.5%31.37%-
XYZ5.335.451.75-
YUV64.45106.3139.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=47.06%
G=37.65%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642600.200.670.6942.2250.9420.78
Hex50401A01443452a3315
Octal12010032024103105526325
Binary10100001000000110100101001000011100010110101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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