#50431A

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

Shades of Madras #50431A

Tints of Madras #50431A

Color information

#50431A (or 0x50431A) is unknown color: approx Madras. HEX triplet: 50, 43 and 1A. RGB value is (80,67,26). Sum of RGB (Red+Green+Blue) = 80+67+26=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #50431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50431A is #AFBCE5. Grayscale: #424242. Windows color (decimal): -11517158 or 1721168. OLE color: 1721168.

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

Color convert

RGB806726-
CMYK00.160.670.69
HSL45.56º50.94%20.78%-
HSV(B)45.56º67.5%31.37%-
XYZ5.55.791.81-
YUV66.21105.31137.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=46.24%
G=38.73%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80672600.160.670.6945.5650.9420.78
Hex50431A01043452e3315
Octal12010332020103105566325
Binary10100001000011110100100001000011100010110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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