#503E1E

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

Shades of Madras #503E1E

Tints of Madras #503E1E

Color information

#503E1E (or 0x503E1E) is unknown color: approx Madras. HEX triplet: 50, 3E and 1E. RGB value is (80,62,30). Sum of RGB (Red+Green+Blue) = 80+62+30=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #503E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E1E is #AFC1E1. Grayscale: #3F3F3F. Windows color (decimal): -11518434 or 1982032. OLE color: 1982032.

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

Color convert

RGB806230-
CMYK00.220.620.69
HSL38.4º45.45%21.57%-
HSV(B)38.4º62.5%31.37%-
XYZ5.275.241.96-
YUV63.73108.96139.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=46.51%
G=36.05%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80623000.220.620.6938.445.4521.57
Hex503E1E0163E45262d16
Octal120763602676105465526
Binary101000011111011110010110111110100010110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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