#503E19

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

Shades of Madras #503E19

Tints of Madras #503E19

Color information

#503E19 (or 0x503E19) is unknown color: approx Madras. HEX triplet: 50, 3E and 19. RGB value is (80,62,25). Sum of RGB (Red+Green+Blue) = 80+62+25=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #503E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E19 is #AFC1E6. Grayscale: #3F3F3F. Windows color (decimal): -11518439 or 1654352. OLE color: 1654352.

HSL color Cylindrical-coordinate representation of color #503E19: hue angle of 40.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503E19 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB806225-
CMYK00.220.690.69
HSL40.36º52.38%20.59%-
HSV(B)40.36º68.75%31.37%-
XYZ5.215.221.65-
YUV63.16106.46140.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=47.90%
G=37.13%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80622500.220.690.6940.3652.3820.59
Hex503E190164545283415
Octal1207631026105105506425
Binary1010000111110110010101101000101100010110100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503E19; }

 p { color: rgb(80,62,25); }

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

<style>
 a { background-color: #503E19; }

 a { background-color: rgb(80,62,25); }

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

<style>
 span { border-color: #503E19; }

 span { border-color: rgb(80,62,25); }

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