#50401C

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

Shades of Madras #50401C

Tints of Madras #50401C

Color information

#50401C (or 0x50401C) is unknown color: approx Madras. HEX triplet: 50, 40 and 1C. RGB value is (80,64,28). Sum of RGB (Red+Green+Blue) = 80+64+28=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50401C is #AFBFE3. Grayscale: #404040. Windows color (decimal): -11517924 or 1851472. OLE color: 1851472.

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

Color convert

RGB806428-
CMYK00.200.650.69
HSL41.54º48.15%21.18%-
HSV(B)41.54º65%31.37%-
XYZ5.355.461.87-
YUV64.68107.3138.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=46.51%
G=37.21%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642800.200.650.6941.5448.1521.18
Hex50401C01441452a3015
Octal12010034024101105526025
Binary10100001000000111000101001000001100010110101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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