#50401B

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

Shades of Madras #50401B

Tints of Madras #50401B

Color information

#50401B (or 0x50401B) is unknown color: approx Madras. HEX triplet: 50, 40 and 1B. RGB value is (80,64,27). Sum of RGB (Red+Green+Blue) = 80+64+27=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401B is #AFBFE4. Grayscale: #404040. Windows color (decimal): -11517925 or 1785936. OLE color: 1785936.

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

Color convert

RGB806427-
CMYK00.200.660.69
HSL41.89º49.53%20.98%-
HSV(B)41.89º66.25%31.37%-
XYZ5.345.451.81-
YUV64.57106.8139.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=46.78%
G=37.43%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642700.200.660.6941.8949.5320.98
Hex50401B01442452a3215
Octal12010033024102105526225
Binary10100001000000110110101001000010100010110101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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