#503E1B

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

Shades of Madras #503E1B

Tints of Madras #503E1B

Color information

#503E1B (or 0x503E1B) is unknown color: approx Madras. HEX triplet: 50, 3E and 1B. RGB value is (80,62,27). Sum of RGB (Red+Green+Blue) = 80+62+27=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E1B is #AFC1E4. Grayscale: #3F3F3F. Windows color (decimal): -11518437 or 1785424. OLE color: 1785424.

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

Color convert

RGB806227-
CMYK00.220.660.69
HSL39.62º49.53%20.98%-
HSV(B)39.62º66.25%31.37%-
XYZ5.235.231.77-
YUV63.39107.46139.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=47.34%
G=36.69%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80622700.220.660.6939.6249.5320.98
Hex503E1B0164245283215
Octal1207633026102105506225
Binary1010000111110110110101101000010100010110100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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