#503E10

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

Shades of Madras #503E10

Tints of Madras #503E10

Color information

#503E10 (or 0x503E10) is unknown color: approx Madras. HEX triplet: 50, 3E and 10. RGB value is (80,62,16). Sum of RGB (Red+Green+Blue) = 80+62+16=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E10 is #AFC1EF. Grayscale: #3E3E3E. Windows color (decimal): -11518448 or 1064528. OLE color: 1064528.

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

Color convert

RGB806216-
CMYK00.220.800.69
HSL43.12º66.67%18.82%-
HSV(B)43.12º80%31.37%-
XYZ5.125.191.22-
YUV62.14101.96140.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=50.63%
G=39.24%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80621600.220.800.6943.1266.6718.82
Hex503E1001650452b4313
Octal12076200261201055310323
Binary10100001111101000001011010100001000101101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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