#503D15

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

Shades of Madras #503D15

Tints of Madras #503D15

Color information

#503D15 (or 0x503D15) is unknown color: approx Madras. HEX triplet: 50, 3D and 15. RGB value is (80,61,21). Sum of RGB (Red+Green+Blue) = 80+61+21=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D15 is #AFC2EA. Grayscale: #3E3E3E. Windows color (decimal): -11518699 or 1391952. OLE color: 1391952.

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

Color convert

RGB806121-
CMYK00.240.740.69
HSL40.68º58.42%19.8%-
HSV(B)40.68º73.75%31.37%-
XYZ5.115.11.42-
YUV62.12104.79140.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 61 (24.22% from 255) = 37.65%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=49.38%
G=37.65%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80612100.240.740.6940.6858.4219.8
Hex503D150184A45293a14
Octal1207525030112105517224
Binary1010000111101101010110001001010100010110100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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