#503B15

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

Shades of Madras #503B15

Tints of Madras #503B15

Color information

#503B15 (or 0x503B15) is unknown color: approx Madras. HEX triplet: 50, 3B and 15. RGB value is (80,59,21). Sum of RGB (Red+Green+Blue) = 80+59+21=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B15 is #AFC4EA. Grayscale: #3D3D3D. Windows color (decimal): -11519211 or 1391440. OLE color: 1391440.

HSL color Cylindrical-coordinate representation of color #503B15: hue angle of 38.64º 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 #503B15 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB805921-
CMYK00.260.740.69
HSL38.64º58.42%19.8%-
HSV(B)38.64º73.75%31.37%-
XYZ5.014.891.39-
YUV60.95105.46141.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=50%
G=36.88%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80592100.260.740.6938.6458.4219.8
Hex503B1501A4A45273a14
Octal1207325032112105477224
Binary1010000111011101010110101001010100010110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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