#503F15

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

Shades of Madras #503F15

Tints of Madras #503F15

Color information

#503F15 (or 0x503F15) is unknown color: approx Madras. HEX triplet: 50, 3F and 15. RGB value is (80,63,21). Sum of RGB (Red+Green+Blue) = 80+63+21=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F15 is #AFC0EA. Grayscale: #3F3F3F. Windows color (decimal): -11518187 or 1392464. OLE color: 1392464.

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

Color convert

RGB806321-
CMYK00.210.740.69
HSL42.71º58.42%19.8%-
HSV(B)42.71º73.75%31.37%-
XYZ5.225.311.46-
YUV63.29104.13139.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 63 (25% from 255) = 38.41%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=48.78%
G=38.41%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80632100.210.740.6942.7158.4219.8
Hex503F150154A452b3a14
Octal1207725025112105537224
Binary1010000111111101010101011001010100010110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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