#504605

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

Shades of Madras #504605

Tints of Madras #504605

Color information

#504605 (or 0x504605) is unknown color: approx Madras. HEX triplet: 50, 46 and 05. RGB value is (80,70,5). Sum of RGB (Red+Green+Blue) = 80+70+5=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504605 is #AFB9FA. Grayscale: #414141. Windows color (decimal): -11516411 or 345680. OLE color: 345680.

HSL color Cylindrical-coordinate representation of color #504605: hue angle of 52º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504605 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB80705-
CMYK00.120.940.69
HSL52º88.24%16.67%-
HSV(B)52º93.75%31.37%-
XYZ5.536.11.03-
YUV65.5893.81138.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=51.61%
G=45.16%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8070500.120.940.695288.2416.67
Hex504650C5E45345811
Octal12010650141361056413021
Binary101000010001101010110010111101000101110100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504605; }

 p { color: rgb(80,70,5); }

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

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

 a { background-color: rgb(80,70,5); }

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

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

 span { border-color: rgb(80,70,5); }

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