#504607

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

Shades of Madras #504607

Tints of Madras #504607

Color information

#504607 (or 0x504607) is unknown color: approx Madras. HEX triplet: 50, 46 and 07. RGB value is (80,70,7). Sum of RGB (Red+Green+Blue) = 80+70+7=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504607 is #AFB9F8. Grayscale: #424242. Windows color (decimal): -11516409 or 476752. OLE color: 476752.

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

Color convert

RGB80707-
CMYK00.120.910.69
HSL51.78º83.91%17.06%-
HSV(B)51.78º91.25%31.37%-
XYZ5.546.11.09-
YUV65.8194.81138.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=50.96%
G=44.59%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8070700.120.910.6951.7883.9117.06
Hex504670C5B45345411
Octal12010670141331056412421
Binary101000010001101110110010110111000101110100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504607; }

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

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

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

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

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

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

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

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