#503F13

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

Shades of Madras #503F13

Tints of Madras #503F13

Color information

#503F13 (or 0x503F13) is unknown color: approx Madras. HEX triplet: 50, 3F and 13. RGB value is (80,63,19). Sum of RGB (Red+Green+Blue) = 80+63+19=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F13 is #AFC0EC. Grayscale: #3F3F3F. Windows color (decimal): -11518189 or 1261392. OLE color: 1261392.

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

Color convert

RGB806319-
CMYK00.210.760.69
HSL43.28º61.62%19.41%-
HSV(B)43.28º76.25%31.37%-
XYZ5.25.311.37-
YUV63.07103.13140.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=49.38%
G=38.89%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80631900.210.760.6943.2861.6219.41
Hex503F130154C452b3e13
Octal1207723025114105537623
Binary1010000111111100110101011001100100010110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,19); }

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

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

 a { background-color: rgb(80,63,19); }

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

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

 span { border-color: rgb(80,63,19); }

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