#503C15

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

Shades of Madras #503C15

Tints of Madras #503C15

Color information

#503C15 (or 0x503C15) is unknown color: approx Madras. HEX triplet: 50, 3C and 15. RGB value is (80,60,21). Sum of RGB (Red+Green+Blue) = 80+60+21=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C15 is #AFC3EA. Grayscale: #3D3D3D. Windows color (decimal): -11518955 or 1391696. OLE color: 1391696.

HSL color Cylindrical-coordinate representation of color #503C15: hue angle of 39.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503C15 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB806021-
CMYK00.250.740.69
HSL39.66º58.42%19.8%-
HSV(B)39.66º73.75%31.37%-
XYZ5.064.991.41-
YUV61.53105.13141.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=49.69%
G=37.27%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80602100.250.740.6939.6658.4219.8
Hex503C150194A45283a14
Octal1207425031112105507224
Binary1010000111100101010110011001010100010110100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,21); }

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

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

 a { background-color: rgb(80,60,21); }

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

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

 span { border-color: rgb(80,60,21); }

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