#50410E

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

Shades of Madras #50410E

Tints of Madras #50410E

Color information

#50410E (or 0x50410E) is unknown color: approx Madras. HEX triplet: 50, 41 and 0E. RGB value is (80,65,14). Sum of RGB (Red+Green+Blue) = 80+65+14=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50410E is #AFBEF1. Grayscale: #3F3F3F. Windows color (decimal): -11517682 or 934224. OLE color: 934224.

HSL color Cylindrical-coordinate representation of color #50410E: hue angle of 46.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50410E is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB806514-
CMYK00.190.830.69
HSL46.36º70.21%18.43%-
HSV(B)46.36º82.5%31.37%-
XYZ5.285.521.2-
YUV63.6799.97139.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=50.31%
G=40.88%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80651400.190.830.6946.3670.2118.43
Hex5041E01353452e4612
Octal120101160231231055610622
Binary10100001000001111001001110100111000101101110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50410E; }

 p { color: rgb(80,65,14); }

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

<style>
 a { background-color: #50410E; }

 a { background-color: rgb(80,65,14); }

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

<style>
 span { border-color: #50410E; }

 span { border-color: rgb(80,65,14); }

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