#50400A

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

Shades of Madras #50400A

Tints of Madras #50400A

Color information

#50400A (or 0x50400A) is unknown color: approx Madras. HEX triplet: 50, 40 and 0A. RGB value is (80,64,10). Sum of RGB (Red+Green+Blue) = 80+64+10=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #50400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50400A is #AFBFF5. Grayscale: #3E3E3E. Windows color (decimal): -11517942 or 671824. OLE color: 671824.

HSL color Cylindrical-coordinate representation of color #50400A: hue angle of 46.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50400A is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB806410-
CMYK00.200.870.69
HSL46.29º77.78%17.65%-
HSV(B)46.29º87.5%31.37%-
XYZ5.25.391.05-
YUV62.6398.3140.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=51.95%
G=41.56%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80641000.200.870.6946.2977.7817.65
Hex5040A01457452e4e12
Octal120100120241271055611622
Binary10100001000000101001010010101111000101101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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