#504014

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

Shades of Madras #504014

Tints of Madras #504014

Color information

#504014 (or 0x504014) is unknown color: approx Madras. HEX triplet: 50, 40 and 14. RGB value is (80,64,20). Sum of RGB (Red+Green+Blue) = 80+64+20=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504014 is #AFBFEB. Grayscale: #3F3F3F. Windows color (decimal): -11517932 or 1327184. OLE color: 1327184.

HSL color Cylindrical-coordinate representation of color #504014: hue angle of 44º 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 #504014 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB806420-
CMYK00.200.750.69
HSL44º60%19.61%-
HSV(B)44º75%31.37%-
XYZ5.275.421.43-
YUV63.77103.3139.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=48.78%
G=39.02%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80642000.200.750.69446019.61
Hex5040140144B452c3c14
Octal12010024024113105547424
Binary10100001000000101000101001001011100010110110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504014; }

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

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

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

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

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

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

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

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