#504514

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

Shades of Madras #504514

Tints of Madras #504514

Color information

#504514 (or 0x504514) is unknown color: approx Madras. HEX triplet: 50, 45 and 14. RGB value is (80,69,20). Sum of RGB (Red+Green+Blue) = 80+69+20=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504514 is #AFBAEB. Grayscale: #424242. Windows color (decimal): -11516652 or 1328464. OLE color: 1328464.

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

Color convert

RGB806920-
CMYK00.140.750.69
HSL49º60%19.61%-
HSV(B)49º75%31.37%-
XYZ5.566.011.53-
YUV66.7101.64137.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=47.34%
G=40.83%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80692000.140.750.69496019.61
Hex5045140E4B45313c14
Octal12010524016113105617424
Binary1010000100010110100011101001011100010111000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504514; }

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

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

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

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

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

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

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

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