#503D14

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

Shades of Madras #503D14

Tints of Madras #503D14

Color information

#503D14 (or 0x503D14) is unknown color: approx Madras. HEX triplet: 50, 3D and 14. RGB value is (80,61,20). Sum of RGB (Red+Green+Blue) = 80+61+20=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D14 is #AFC2EB. Grayscale: #3E3E3E. Windows color (decimal): -11518700 or 1326416. OLE color: 1326416.

HSL color Cylindrical-coordinate representation of color #503D14: hue angle of 41º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503D14 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB806120-
CMYK00.240.750.69
HSL41º60%19.61%-
HSV(B)41º75%31.37%-
XYZ5.15.091.38-
YUV62.01104.29140.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 61 (24.22% from 255) = 37.89%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=49.69%
G=37.89%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80612000.240.750.69416019.61
Hex503D140184B45293c14
Octal1207524030113105517424
Binary1010000111101101000110001001011100010110100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,61,20); }

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

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

 a { background-color: rgb(80,61,20); }

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

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

 span { border-color: rgb(80,61,20); }

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