#503E0D

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

Shades of Madras #503E0D

Tints of Madras #503E0D

Color information

#503E0D (or 0x503E0D) is unknown color: approx Madras. HEX triplet: 50, 3E and 0D. RGB value is (80,62,13). Sum of RGB (Red+Green+Blue) = 80+62+13=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E0D is #AFC1F2. Grayscale: #3E3E3E. Windows color (decimal): -11518451 or 867920. OLE color: 867920.

HSL color Cylindrical-coordinate representation of color #503E0D: hue angle of 43.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #503E0D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB806213-
CMYK00.220.840.69
HSL43.88º72.04%18.24%-
HSV(B)43.88º83.75%31.37%-
XYZ5.15.181.11-
YUV61.8100.46140.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 62 (24.61% from 255) = 40%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=51.61%
G=40%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80621300.220.840.6943.8872.0418.24
Hex503ED01654452c4812
Octal12076150261241055411022
Binary1010000111110110101011010101001000101101100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,62,13); }

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

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

 a { background-color: rgb(80,62,13); }

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

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

 span { border-color: rgb(80,62,13); }

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